python print问题在windows下 的 print "hello" 没有问题但是到了linux下 print "hello" 会报错 ,必须改成 print ("hello") 才行 ,请问下是什么原因啊[解决办法]你用的python版本比较新吧。是3.0?