Run »
x = compile('print(55)', 'test', 'eval') exec(x)
55