Python 3.7.2rc1 (tags/v3.7.2rc1:75a402a217, Dec 11 2018, 23:05:39) [MSC v.1916 64 bit (AMD64)] on win32
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("hello,world")?
此错误是因为Python 3不支持“print "000";”这个写法了,已经给你说了,需要这样写:
Did you mean print("hello,world")?