demo_ref_exec.py:
x = 'name = "John"\nprint(name)' exec(x)
C:\Users\My Name>python demo_exec.py
John