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