[也许会更新吧]Python3.3与Python2.7的不同
print 在 python2 里是语句(statement),也是函数(since python 2.6)。https://docs.python.org/2/reference/simple_stmts.html?#the-print-statementhttps://docs.python.org/2/library/functions.html?highlight=print#printprint 在 python3 里不再是 statement,只是函数。https://docs.py
原创
2012-10-20 12:39:57 ·
2570 阅读 ·
0 评论