Changes between Version 15 and Version 16 of en/HowToCodeInTerminal
- Timestamp:
- May 16, 2025, 2:02:44 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/HowToCodeInTerminal
v15 v16 43 43 allows to supplement your program with messages of various levels of 44 44 verbosity which can be turned on and off. A simple program may look 45 like {{{#!python 45 like 46 {{{#!python 46 47 import logging 47 48