1. Command line and environment — Python 3.14.2 documentation#command-line
1.1. Command line
When invoking Python, you may specify any of these options:
python [-bBdEhiIOPqRsSuvVWx?] [-c command | -m module-name | script | - ] [args]The most common use case is, of course, a simple invocation of a script:
python myscript.py
Printed 2026-06-28.
(echo:: @ ᯤ)