摘要: 1、open&argument 1 my_file = open("output.txt", "w") hint:You can open files in write-only mode ("w"), read-only mode ("r"), readandwrite mode ("r+"... 阅读全文
posted @ 2014-11-21 00:19 andrew.elec90 阅读(266) 评论(0) 推荐(0) 编辑