输出上的差异Python3的print的内容是用括号括起来的。print("hello world!")Python2的print和内容用空格隔开。print "hello world!"待完善...