[Tutor] Interactive programming.

WM. wferguson1 at socal.rr.com
Wed Jan 7 22:45:35 CET 2009


Norman Khine wrote:
>  >>> i = 5
>  >>> j = 7
>  >>> if i <= j:
> ...     print 'nudge', 'nudge'
> ... else:
> ...     print 'whatever'
> ...
> nudge nudge

The above is just what the tutorials said would happen.
Can anyone give me a step-by-step in IDLE 2.6 that would make this happen?




More information about the Tutor mailing list