上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 40 下一页
摘要: #数据类型 #在 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) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 40 下一页