about functions question

George Sakkis george.sakkis at gmail.com
Thu Oct 25 02:46:08 EDT 2007


On Oct 25, 2:28 am, NoName <zaz... at gmail.com> wrote:

> I try it:
>
> def b():
>   ...
>   a()
>   ...
>
> def a():
>   ...
>   b()
>   ...
>
> b()
> it's not work.

It sure does. Please post full code and error message, something else
is wrong, not the cyclic reference.

George




More information about the Python-list mailing list