>def myFun(var):
>   return var+1
>globe = 0
>globe = myFun(globe)

this is  intriguing. How does it work?
not a rhetorical question, but where in the python doc can i read about
it?

thanks.

 Xah
 [EMAIL PROTECTED]
 http://xahlee.org/PageTwo_dir/more.html

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to