[Tutor] Interactive programming.

Edwin Boyette edwin_boyette at yahoo.com
Thu Jan 8 00:13:17 CET 2009


Don't try to make interactive programming something its not. It's handy if you have something short to try out, want to evaluate a function at some value etc.  Don't rage at the hammer for not being an allen wrench ---- get an allen wrench.

--- On Wed, 1/7/09, Kent Johnson <kent37 at tds.net> wrote:


From: Kent Johnson <kent37 at tds.net>
Subject: Re: [Tutor] Interactive programming.
To: "WM." <wferguson1 at socal.rr.com>
Cc: "Sander Sweers" <sander.sweers at gmail.com>, tutor at python.org
Date: Wednesday, January 7, 2009, 5:38 PM


-----Inline Attachment Follows-----


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
_______________________________________________
Tutor maillist  -  Tutor at python.org
http://mail.python.org/mailman/listinfo/tutor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090107/a8b35261/attachment.htm>


More information about the Tutor mailing list