源代码
x = compile('print(78)', 'test', 'eval') exec(x)
运行结果