I am a beginner in Python. I am using the latest version of Python 3.2 on Windows 7. I found that print
, count
, raw_input("")
and many others are showing errors. Here's an example of the error:
>>> print "Any body to help"
File "<stdin>", line 1
print "Any body to help"
^
SyntaxError: invalid syntax