python-2.7 file-io 问答列表

如何在 Python 中将字符串列表写入文件?

作者:user2954167 提问时间:11/5/2013

这是我的代码: from random import random f = open('Attractors1.txt', 'w') for i in range(10): theta = (3...


共1条 当前第1页