python--5.25號---文件

python文件--I/O 1.讀取鍵盤輸入python提供了兩種內置函數分別爲:     input     raw_input 例:x=input('請輸入你的名字:')     print(x) 2.打開文件(open) open()函數:必須先用open()函數打開,創建一個file對象 語法:file=open(file_name,access_mode,buffering) file_
相關文章
相關標籤/搜索