摘要: #数据类型 #在 Python 3.0之前是“语句”,在 Python 3.0中是“函数”,因此print需要加括号 x=3 print (type(x)) print (x) print (x+12) print(x**2) print(12*19) t = True f = False prin 阅读全文
posted @ 2016-04-05 21:30 geekvc 阅读(247) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ # -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ #数据类型 #在 Python 3.0之前是“语句”,在 Python 3.... 阅读全文
posted @ 2016-04-05 21:28 geekvc 阅读(131) 评论(0) 推荐(0) 编辑