变量就像贴了标签的玩具箱:
age
Age
试试创建 age = 5 或 name = "小明"
age = 5
name = "小明"
Python会自动识别类型,也可以用 type() 查看
type()