原因:Python2.x和Python3.x使用print输出时规则不同导致

Python2.x: print k即可

Python3.x:print (k)需要加括号

相关文章: