flâneur — a map of the web's best reading

Glossary — Python 3.9.2 documentation

docs.python.org · 10,961 words · saved by 1 readers

The default Python prompt of the interactive shell. Often seen for code examples which can be executed interactively in the interpreter.

Glossary — Python 3.14.6 documentation Navigation index modules | next | previous | Python » 3.14.6 Documentation » Glossary | Theme Auto Light Dark | Glossary ¶ >>> ¶ The default Python prompt of the interactive shell. Often seen for code examples which can be executed interactively in the interpreter. ... ¶ Can refer to: The default Python prompt of the interactive shell when entering the code for an indented code block, when within a pair of matching left and right delimiters (parentheses, square brackets, curly braces or triple quotes), or after specifying a decorator. The

Explore this link on the map →

related reading