Home >Backend Development >Python Tutorial >Variables, expressions and statements
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 'str'>