[Tutor] Up All Night with IDLE.

Daniel Yoo dyoo@hkn.eecs.berkeley.edu
Sun, 14 Jan 2001 21:34:15 -0800 (PST)


On Sun, 14 Jan 2001, Tesla Coil wrote:

> I return to the editor and modify the function:
> 
> def foobaz():
>     print 'foobaz'
> 
> foobar()                     ## <--- warning, warning!
> 
> Save, run, prints foobar.

Note: you're still running the foobar() function.  I sincerly hope that
you meant to do this.  *grin*  Don't you mean foobaz()?