任务是编写一个程序,使得这个程序输出的结果是自己的代码

a = ['print("a =", a)', 'for s in a: \n\tprint(s)']
print("a =", a)
for s in a:
    print(s)

相关文章: