Home > Backend Development > Python Tutorial > Variables, expressions and statements

Variables, expressions and statements

巴扎黑
Release: 2016-12-09 10:07:37
Original
1169 people have browsed it

Value is the most basic thing for urban operation, such as a character or number.

A variable is a name that points to a value.

View the type of value or variable

Python code

>>>type(message)  
<type &#39;str&#39;>
Copy after login


source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template