demo_ref_eval.py:
x = 'print(55)' eval(x)
➜ begtut>python demo_eval.py
55