DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
exec inside def is not working in python
def better(): d = {} exec("x=23", d) return d['x'] print better() 23
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#exec
#def
#working
#python
ADD COMMENT
Topic
COMMENT
Name
1+1 =
Submit