W WolfCode · CSC 141

Read CSV-Lite

读 CSV 文件

≈ 20 min · python-file-io python-strings python-lists · Open in WolfCode

Open a comma-separated file, parse each line into fields. Five lines of body — the rest is edge-case discipline.

The shape

Python · runnable