目录一、 python变量与数据类型1.变量概述2.创建变量3.Python3常用的数据类型3.1.数字(Numbers)3.2.字符串(String)3.3.列表(list)3.4.元组(Tuple)3.5.集合(Set)3.6.字典(Dictionary)3.7.Python数据类型转