here2share

# hacking_with_exec.py

Sep 5th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. # hacking_with_exec.py
  2. exec("data = {'abc' : 123, 'foo' : 'bar'}")
  3. print data
Add Comment
Please, Sign In to add comment