[BangPypers] Executing a string

Anand Chitipothu anandology at gmail.com
Wed Apr 23 13:38:12 CEST 2008


>>> a = 1
>>> exec('a = 3')
>>> a
3


More information about the BangPypers mailing list