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?


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to