Hi! I'm using IDLE.
Python 3.0.1 (r301:69561, Feb 13 2009, 20:04:18) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> test = 1
>>> if test:
print "ok"
SyntaxError: invalid syntax (<pyshell#2>, line 2)
>>>
Does someone can help me?
Thanks.