一、什么是数据类型:
int(整型) 1,2,3。用于计算
bool(布尔值) True,False。用于判断
str(字符串) 存储少量数据进行操作
python第三天
原文:http://www.cnblogs.com/tsboy/p/8063812.html