摘要: 一、python环境下 使用循环和随机数造数 >>> fp=open("e:\\abc\\1.txt","w") >>> for i in range(50): ... fp.write(str(random.randint(13500000000,13999999999))+"\n") ... > 阅读全文
posted @ 2018-03-02 09:20 定静沉行 阅读(304) 评论(0) 推荐(0) 编辑