## 数据据类型 ### int float ### str ### 布尔类型 ### list ### tuple(元祖) ### set(集合) ### dict ## 注释 ### #单行注释(Ctrl+/) ### ‘’‘多行注释 ## 运算符 ### != 不等于