Python-文件的管理

字符的輸入及輸出 輸入(raw_input/input)---> 程序處理 ---> 輸出(print) 一.文件管理的三大步驟: 1.打開文件; f = open("filename")     2.處理文件;          f.read()                      可以讀取文件內容         f.write("hello")         不能往文件中寫入,因爲默
相關文章
相關標籤/搜索