Original Translation
37
Print a short description of all command line options.
Imprima uma breve descrição de todas as opções de linha de comando.
38
Print the Python version number and exit. Example output could be::
Imprime o número da versão do Python e sai. Exemplo de saída pode ser::
39
Python 3.0
Python 3.0
40
Miscellaneous options
Outras Opções
41
Issue a warning when comparing str and bytes. Issue an error when the option is given twice (:option:`-bb`).
Suggestion 0 by nobody:
657Z69 <a href="http://qaovlagfteic.com/">qaovlagfteic</a>, [url=http://thshuzkyrnoq.com/]thshuzkyrnoq[/url], [link=http://dydvcsoaybym.com/]dydvcsoaybym[/link], http://mxryoywcfbmf.com/
42
If given, Python won't try to write ``.pyc`` or ``.pyo`` files on the import of source modules. See also :envvar:`PYTHONDONTWRITEBYTECODE`.
43
Turn on parser debugging output (for wizards only, depending on compilation options). See also :envvar:`PYTHONDEBUG`.
44
Ignore all :envvar:`PYTHON*` environment variables, e.g. :envvar:`PYTHONPATH` and :envvar:`PYTHONHOME`, that might be set.
45
When a script is passed as first argument or the :option:`-c` option is used, enter interactive mode after executing the script or the command, even when :data:`sys.stdin` does not appear to be a terminal. The :envvar:`PYTHONSTARTUP` file is not read.
46
This can be useful to inspect global variables or a stack trace when a script raises an exception. See also :envvar:`PYTHONINSPECT`.