摘要: python中数据类型包含:int,float,boolean,string,list(列表),set(集合),dictionary(字典) 数据类型转换: ①字符串 转 int:>>>string ='123' >>>int(string) 输出123 ②int 转 字符串:>>>str(520) 阅读全文
posted @ 2016-04-14 11:34 潇竹 阅读(376) 评论(0) 推荐(0) 编辑