(3)-基本程式模型

課程大綱-程式設計簡介

1) I-P-O程式模型 (Input-Process-Output) 2) 資料簡單排序 3) 資料簡單視覺化

The with statement

with open("poem.txt") as f:
    for line in f:
        print(line, end='')

results matching ""

    No results matching ""