I'm working with a tutorial that I downloaded from the python site. And at first, I used the command prompt. Then, today I notice that the installation file comes with a python shell. So, while working with both, the beginning of the tutorial seems easy, working with numbers, then come the string part of the tutorial.
This is what happens:
Quote
>>> print "Hello"
SyntaxError: invalid syntax (<pyshell#57>, line 1)
>>>
SyntaxError: invalid syntax (<pyshell#57>, line 1)
>>>
Any ideas or suggestions?

New Topic/Question
Reply



MultiQuote




|