当前位置:Gxlcms > Python > 变量、表达式和语句

变量、表达式和语句

时间:2021-07-01 10:21:17 帮助过:18人阅读

值是城区操作最基本的东西,比如一个字符或数字。

变量是指向一个值的名称。

查看值或变量的类型

Python代码

>>>type(message)  
<type 'str'>

人气教程排行