>python: \python2\python3


diffs between python2 and python3

py2与py3的不同

dict

py3中没有 .iteritems()方法

print

py2: print 'str' py3:print( ) py3中print成了函数,必须加()