数字型 | 字符 : ---: | : ---: 整型 | int 浮点型 | float 布尔型| bool
非数字型 | 字符 : ---: | : ---: 字符串 | string 列表 | list 元组 | tuple 字典 | dict
python (黑马教程学习笔记 二-----变量)
原文:https://www.cnblogs.com/hyxk/p/11254722.html