1、数字
int 所有的功能都放在 int 里;
a = 123;
b = 456;
2、字符串
str 所有的功能都放在 str 里;
3、列表 list
..........
4、元祖 tuple
5、字典 dict
6、布尔值 bool