scoping problems

Bjorn Pettersen BPettersen at NAREX.com
Fri Jul 27 15:06:36 EDT 2001


> From: Narayan Desai [mailto:desai at mcs.anl.gov]
> 
> How can i define the following code:
> 
> def a():
>     b()
> 
> def b():
>     a()
> 

What's wrong with that code? (did you try it in the interpreter?)

-- bjorn




More information about the Python-list mailing list