Handling stdin in Python

From NovaOrdis Knowledge Base
Revision as of 02:08, 18 June 2022 by Ovidiu (talk | contribs) (Created page with "=Internal= * Python Code Examples =Overview= <syntaxhighlight lang='py'> a = input('type something: ') </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

a = input('type something: ')