语法错误python3无效

时间:2013-05-18 13:32:59

标签: python syntax python-3.x

请有人向我解释此错误消息

File "game.py", line 3, in <module>
  import random
File "/usr/lib/python3.2/random.py", line 40, in <module>
  from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType
File "/home/twitches/Documents/types.py", line 6
  print x

我在第6行使用了我的打印

print("Hello")

1 个答案:

答案 0 :(得分:3)

回溯非常清楚。你有一个与标准Python模块同名的文件 - types。重命名/移动文件/home/twitches/Documents/types.py