Python 变量
变量
变量是用于存储数据值的容器。
创建变量
Python 没有用于声明变量的命令。
变量在您第一次为其赋值时创建。
变量不需要声明为任何特定类型,甚至可以在设置后更改类型。
类型转换
如果你想指定变量的数据类型,可以使用强制类型转换。
获取类型
你可以使用 type()
函数获取变量的数据类型。
单引号还是双引号?
字符串变量可以使用单引号或双引号声明。
区分大小写
变量名称区分大小写。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]