python 执行结果输出为txt

name =['a1','a2','a3']
f = open("F:/name.txt", "w+")
f.write("name")
原文地址:https://www.cnblogs.com/APeng2019/p/10719403.html