python - invalid syntax error python3 -


can please explain error message me please

file "game.py", line 3, in <module>   import random file "/usr/lib/python3.2/random.py", line 40, in <module>   types import methodtype _methodtype, builtinmethodtype _builtinmethodtype file "/home/twitches/documents/types.py", line 6   print x 

i used () print in line 6

print("hello") 

the traceback pretty clear. have file, same name, standard python module - types. rename/move file /home/twitches/documents/types.py


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -