[Tutor] Interactive programming.

Kent Johnson kent37 at tds.net
Wed Jan 7 23:38:28 CET 2009


On Wed, Jan 7, 2009 at 5:36 PM, WM. <wferguson1 at socal.rr.com> wrote:
> 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.

It was always lame :-) but you got it to work...

Kent


More information about the Tutor mailing list