摘要: print函数:(Python3中print为一个函数,必须用括号括起来;Python2中print为class) Python 2 的 print 声明已经被 print() 函数取代了,这意味着我们必须包装我们想打印在小括号中的对象。 Python 2 1 2 3 4 print 'Python 阅读全文
posted @ 2016-09-04 19:12 航飞冲天 阅读(229976) 评论(3) 推荐(1)