python 基础知识总结 # 变量
# 数据类型
int,float,str,bool,tuple,list,dict
# 类型转换
int()
float()
str()
#
2019-09-10