syntaxerror

  1. A

    Problem with Python Shell

    Whenever i use the print statement it returns a syntax error.What should I do? Python 3.2 (r32:88445, Feb 20 2011, 21:30:00) [MSC v.1500 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for more information. >>> print 52*4 SyntaxError: invalid syntax >>> print 52...
Top Bottom