[Tutor] Interactive programming.

WM. wferguson1 at socal.rr.com
Wed Jan 7 23:36:07 CET 2009


IDLE 2.6
 >>> i = 1
 >>> if i > 1:
	print 'x'
else:
	print 'y'

	
y
 >>>
Last post on this topic, I guess.
I think that the script looks pretty lame, though.


More information about the Tutor mailing list