W WolfCode · CSC 141

Append a Log

追加日志

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

Mode 'a' = append. Mode 'w' = erase. Pick the wrong one and your log loses history every call.

Python · runnable

From ATBS ch.9