Changes between Version 15 and Version 16 of en/HowToCodeInTerminal


Ignore:
Timestamp:
May 16, 2025, 2:02:44 PM (2 weeks ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/HowToCodeInTerminal

    v15 v16  
    4343    allows to supplement your program with messages of various levels of
    4444    verbosity which can be turned on and off. A simple program may look
    45     like {{{#!python
     45    like
     46    {{{#!python
    4647    import logging
    4748