I searched through archives and wasn't able to find the solution. Using IDLE, python 3, Ubuntu (default installations).
Using command line: > if 1 == 1: print "equal" > equal Using IDLE: >if 1 == 1: print "equal" >SyntaxError: invalid syntax line 2 Just for kicks in IDLE: >ord(':') #see if it gives me some wack ASCII code >58 Oh well, I imagine this is easy, but I just don't know... (what I get for using a new computer and OS today)
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor