python的文件操做與異常處理

 將一些知識點記錄一下,有事沒事看一眼。 文件讀取: open import os os.getcwd() #取得當前的執行路徑 os.chdir('C:/Users/ourgame/Desktop/headFirstPython') #進入某個路徑 data = open('sketch.txt') #打開文件 print(data.readlin
相關文章
相關標籤/搜索