Hi, Everyone:

What is the source of the following, 
'error message: SyntaxError: invalid syntax (<string>, line 2)'

v. Python 3.3

Code reads:

x=1
if x==1
    # indent 4 spaces
    print "x = 1"

Hal
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to