python_ref_compile_1.py:
x
 
x = compile('print(78)', 'test', 'eval')
exec(x)