Hello,
I am new to the Python language and I am having difficulty with the print statement. For example, when I type print 4, or print "Hello", i get an error. The error message is:
SyntaxError: invalid syntax (<pyshell#2>, line 1)
When I use python on other computers, the print statement works perfect. The version of Python that I am using that is generating the errors is 3.0.1(GUI). Any help is appreciated.
-Thanks