having both dynamic and static variables

alex23 wuwei23 at gmail.com
Wed Mar 9 20:26:49 EST 2011


"BartC" <b... at freeuk.com> wrote:
> Another example:
>
> pi=3.141592654
>
> print ("pi is:",pi)
>
> pi=42
>
> print ("pi is now:",pi)
>
> which is clearly undesirable.

Maybe not if you're the state of Indiana :)



More information about the Python-list mailing list