第五週作業_Chapter 10課後練習

10-1 Python學習筆記 代碼: with open('learning_python.txt') as fo: content = fo.read() print(content) print("------------------------------------------------") with open('learning_python.txt') as fo: for lin
相關文章
相關標籤/搜索