摘要: 数据类型 1 # 数据类型 2 #整数 3 print(200) 4 5 #浮点数 6 print(10*0.35) 7 8 #字符串 9 print('hello,') 10 print("python!") 11 12 #字符串-转义字符(标识后面紧跟着的是字符串) 13 #\ 14 print 阅读全文
posted @ 2020-06-09 11:45 知其所以然。 阅读(97) 评论(0) 推荐(0)