Printing to stdout in Python

From NovaOrdis Knowledge Base
Revision as of 06:03, 10 March 2022 by Ovidiu (talk | contribs) (Created page with "=Internal= * Python Language =Overview= To send a string followed by new line to <code>stdout</code>: <syntaxhighlight lang='py'> print('something...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

To send a string followed by new line to stdout:

print('something')