Hi!
I'm trying to use exec in a recursive way but I have a problem

When I read the manual I understand that the globals and the locals are
passed by reference but if I try to use it in a recursive way the new values
added in a step are not passed to the next one

Could someone point me how to do that?

Thanks

-- 
Mi twitter: http://twitter.com/garito
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to