首页 新闻 赞助 找找看
1
回答数

已解决问题 20 python的print问题

import sys a=[1,2] b={'a':1} myfile=open('myfile.txt','w') myfile.write(str(a)) myfile.write(str(b))