> **Источник:** https://python-all.ru/3.11/genindex-Symbols.html
>
> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.

---

# Индекс – Символы

| ! (восклицательный знак) [в командном интерпретаторе](https://python-all.ru/3.11/library/cmd.html#index-0) [в модуле curses](https://python-all.ru/3.11/library/curses.ascii.html#index-0) [в форматированном строковом литерале](https://python-all.ru/3.11/reference/lexical_analysis.html#index-25) [в шаблонах glob](https://python-all.ru/3.11/library/fnmatch.html#index-2), [\[1\]](https://python-all.ru/3.11/library/glob.html#index-1) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-2) [в строках формата struct](https://python-all.ru/3.11/library/struct.html#index-1) [! (команда pdb)](https://python-all.ru/3.11/library/pdb.html#pdbcommand-0) [! шаблоны](https://python-all.ru/3.11/reference/compound_stmts.html#index-23) != [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-7), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-77) " (двойная кавычка) [строковый литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-17) """ [строковый литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-18) # (решётка) [комментарий](https://python-all.ru/3.11/library/site.html#index-2), [\[1\]](https://python-all.ru/3.11/reference/lexical_analysis.html#index-4), [\[2\]](https://python-all.ru/3.11/tutorial/introduction.html#index-0) [в doctests](https://python-all.ru/3.11/library/doctest.html#index-4) [в форматировании в стиле printf](https://python-all.ru/3.11/library/stdtypes.html#index-36), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-46) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-38) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-7) [объявление кодировки исходного кода](https://python-all.ru/3.11/reference/lexical_analysis.html#index-5) $ (доллар) [подстановка переменных окружения](https://python-all.ru/3.11/library/os.path.html#index-9) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-2) [в шаблонных строках](https://python-all.ru/3.11/library/string.html#index-13) [интерполяция в конфигурационных файлах](https://python-all.ru/3.11/library/configparser.html#index-2) % (процент) [формат datetime](https://python-all.ru/3.11/library/datetime.html#index-0), [\[1\]](https://python-all.ru/3.11/library/time.html#index-11), [\[2\]](https://python-all.ru/3.11/library/time.html#index-9) [расширение переменных окружения (Windows)](https://python-all.ru/3.11/library/os.path.html#index-9), [\[1\]](https://python-all.ru/3.11/library/winreg.html#index-0) [интерполяция в конфигурационных файлах](https://python-all.ru/3.11/library/configparser.html#index-1) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-68) [форматирование в стиле printf](https://python-all.ru/3.11/library/stdtypes.html#index-34), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-44) %= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) [%APPDATA%](https://python-all.ru/3.11/using/windows.html#index-8) & (амперсанд) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-16), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-74) &= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) ' (одинарная кавычка) [строковый литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-17) ''' [строковый литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-18) () (круглые скобки) [вызов](https://python-all.ru/3.11/reference/expressions.html#index-47) [определение класса](https://python-all.ru/3.11/reference/compound_stmts.html#index-42) [определение функции](https://python-all.ru/3.11/reference/compound_stmts.html#index-28) [генераторное выражение](https://python-all.ru/3.11/reference/expressions.html#index-22) [в списке целей присваивания](https://python-all.ru/3.11/reference/simple_stmts.html#index-6) [в форматировании в стиле printf](https://python-all.ru/3.11/library/stdtypes.html#index-35), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-45) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-15) [литерал кортежа](https://python-all.ru/3.11/reference/expressions.html#index-8) (? [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-16) (?! [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-22) (?# [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-20) (?( [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-25) (?: [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-17) (?\<! [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-24) (?\<= [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-23) (?= [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-21) (?P\< [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-18) (?P= [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-19) \* (звёздочка) [определение функции](https://python-all.ru/3.11/reference/compound_stmts.html#index-32) [инструкция import](https://python-all.ru/3.11/reference/simple_stmts.html#index-37) [в модуле argparse](https://python-all.ru/3.11/library/argparse.html#index-1) [в списке целей присваивания](https://python-all.ru/3.11/reference/simple_stmts.html#index-6) [в грамматике AST](https://python-all.ru/3.11/library/ast.html#index-1) [в списках выражений](https://python-all.ru/3.11/reference/expressions.html#index-93) [в вызовах функций](https://python-all.ru/3.11/reference/expressions.html#index-49), [\[1\]](https://python-all.ru/3.11/tutorial/controlflow.html#index-3) [в шаблонах glob](https://python-all.ru/3.11/library/fnmatch.html#index-2), [\[1\]](https://python-all.ru/3.11/library/glob.html#index-1) [в форматировании в стиле printf](https://python-all.ru/3.11/library/stdtypes.html#index-35), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-45) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-3) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-65) \*\* [определение функции](https://python-all.ru/3.11/reference/compound_stmts.html#index-32) [в литералах словарей](https://python-all.ru/3.11/reference/expressions.html#index-18) [в вызовах функций](https://python-all.ru/3.11/reference/expressions.html#index-50), [\[1\]](https://python-all.ru/3.11/tutorial/controlflow.html#index-4) [в шаблонах в стиле glob](https://python-all.ru/3.11/library/glob.html#index-2) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-58) \*\*= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) \*+ [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-7) \*= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) \*? [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-6) + (плюс) [бинарный оператор](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-69) [в модуле argparse](https://python-all.ru/3.11/library/argparse.html#index-2) [в doctests](https://python-all.ru/3.11/library/doctest.html#index-4) [в форматировании в стиле printf](https://python-all.ru/3.11/library/stdtypes.html#index-36), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-46) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-4) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-4) [унарный оператор](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-61) ++ [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-7) += [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) +? [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-6) [, (запятая)](https://python-all.ru/3.11/reference/expressions.html#index-10) [список аргументов](https://python-all.ru/3.11/reference/expressions.html#index-47) [список выражений](https://python-all.ru/3.11/reference/compound_stmts.html#index-42), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-15), [\[2\]](https://python-all.ru/3.11/reference/expressions.html#index-16), [\[3\]](https://python-all.ru/3.11/reference/expressions.html#index-91), [\[4\]](https://python-all.ru/3.11/reference/simple_stmts.html#index-18) [список идентификаторов](https://python-all.ru/3.11/reference/simple_stmts.html#index-43), [\[1\]](https://python-all.ru/3.11/reference/simple_stmts.html#index-45) [инструкция import](https://python-all.ru/3.11/reference/simple_stmts.html#index-34) [в литералах словарей](https://python-all.ru/3.11/reference/expressions.html#index-17) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-8) [в списке целей](https://python-all.ru/3.11/reference/simple_stmts.html#index-6) [список параметров](https://python-all.ru/3.11/reference/compound_stmts.html#index-28) [взятие среза](https://python-all.ru/3.11/reference/expressions.html#index-44) [инструкция with](https://python-all.ru/3.11/reference/compound_stmts.html#index-16) - [опция командной строки python--m-py\_compile](https://python-all.ru/3.11/library/py_compile.html#cmdoption-python-m-py_compile) - (минус) [бинарный оператор](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-70) [в doctests](https://python-all.ru/3.11/library/doctest.html#index-4) [в шаблонах glob](https://python-all.ru/3.11/library/fnmatch.html#index-2), [\[1\]](https://python-all.ru/3.11/library/glob.html#index-1) [в форматировании в стиле printf](https://python-all.ru/3.11/library/stdtypes.html#index-36), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-46) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-11) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-4) [унарный оператор](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-60) --annotate [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-a) --best [параметр командной строки gzip](https://python-all.ru/3.11/library/gzip.html#cmdoption-gzip-best) --buffer [опция командной строки unittest](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-b) --build [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-build) --catch [опция командной строки unittest](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-c) --check-hash-based-pycs [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-check-hash-based-pycs) --compact [параметр командной строки json.tool](https://python-all.ru/3.11/library/json.html#cmdoption-json.tool-indent) --compress [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-c) --count [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-c) --coverdir [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-C) --create [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-create) [опция командной строки zipfile](https://python-all.ru/3.11/library/zipfile.html#cmdoption-zipfile-create) --css [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-css) --decompress [параметр командной строки gzip](https://python-all.ru/3.11/library/gzip.html#cmdoption-gzip-d) --details [опция командной строки inspect](https://python-all.ru/3.11/library/inspect.html#cmdoption-inspect-details) --disable-ipv6 [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-disable-ipv6) --disable-test-modules [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-disable-test-modules) --enable-big-digits [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-big-digits) --enable-framework [параметр командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-2), [\[1\]](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-framework) --enable-loadable-sqlite-extensions [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-loadable-sqlite-extensions) --enable-optimizations [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-optimizations) --enable-profiling [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-profiling) --enable-pystats [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-pystats) --enable-shared [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-shared) --enable-universalsdk [параметр командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-1), [\[1\]](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-universalsdk) --enable-wasm-dynamic-linking [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-wasm-dynamic-linking) --enable-wasm-pthreads [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-enable-wasm-pthreads) --encoding [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-encoding) --exact [опция командной строки tokenize](https://python-all.ru/3.11/library/tokenize.html#cmdoption-tokenize-e) --exec-prefix [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-exec-prefix) --extract [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-extract) [опция командной строки zipfile](https://python-all.ru/3.11/library/zipfile.html#cmdoption-zipfile-extract) --failfast [опция командной строки unittest](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-f) --fast [параметр командной строки gzip](https://python-all.ru/3.11/library/gzip.html#cmdoption-gzip-fast) --file [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-f) --filter [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-filter) --hardlink-dupes [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-hardlink-dupes) --help [опция командной строки ast](https://python-all.ru/3.11/library/ast.html#cmdoption-ast-h) [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-help) [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-help) [опция командной строки dis](https://python-all.ru/3.11/library/dis.html#cmdoption-dis-h) [параметр командной строки gzip](https://python-all.ru/3.11/library/gzip.html#cmdoption-gzip-h) [параметр командной строки json.tool](https://python-all.ru/3.11/library/json.html#cmdoption-json.tool-h) [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-h) [опция командной строки tokenize](https://python-all.ru/3.11/library/tokenize.html#cmdoption-tokenize-h) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-help) [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-h) --help-all [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-help-all) --help-env [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-help-env) --help-xoptions [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-help-xoptions) --host [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-host) --ignore-dir [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-ignore-dir) --ignore-module [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-ignore-module) --include-attributes [опция командной строки ast](https://python-all.ru/3.11/library/ast.html#cmdoption-ast-a) --indent [опция командной строки ast](https://python-all.ru/3.11/library/ast.html#cmdoption-ast-indent) [параметр командной строки json.tool](https://python-all.ru/3.11/library/json.html#cmdoption-json.tool-indent) --indentlevel [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-l) --info [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-info) --invalidation-mode [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-invalidation-mode) --json-lines [параметр командной строки json.tool](https://python-all.ru/3.11/library/json.html#cmdoption-json.tool-json-lines) --lines [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-lines) --list [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-list) [опция командной строки zipfile](https://python-all.ru/3.11/library/zipfile.html#cmdoption-zipfile-list) --listfuncs [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-l) --locale [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-locale) --locals [опция командной строки unittest](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-locals) --main [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-m) --memo [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-m) --metadata-encoding [опция командной строки zipfile](https://python-all.ru/3.11/library/zipfile.html#cmdoption-zipfile-metadata-encoding) --missing [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-m) --mode [опция командной строки ast](https://python-all.ru/3.11/library/ast.html#cmdoption-ast-mode) --months [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-months) --no-ensure-ascii [параметр командной строки json.tool](https://python-all.ru/3.11/library/json.html#cmdoption-json.tool-no-ensure-ascii) --no-indent [параметр командной строки json.tool](https://python-all.ru/3.11/library/json.html#cmdoption-json.tool-indent) --no-report [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-R) --no-type-comments [опция командной строки ast](https://python-all.ru/3.11/library/ast.html#cmdoption-ast-no-type-comments) --number [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-n) --output [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-o) [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-o) --pattern [опция командной строки unittest-discover](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-discover-p) --preamble [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-p) --prefix [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-prefix) --process [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-p) --python [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-p) --quiet [опция командной строки python--m-py\_compile](https://python-all.ru/3.11/library/py_compile.html#cmdoption-python-m-py_compile-q) --repeat [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-r) --report [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-r) --setup [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-s) --show-caches [опция командной строки dis](https://python-all.ru/3.11/library/dis.html#cmdoption-dis-C) --sort-keys [параметр командной строки json.tool](https://python-all.ru/3.11/library/json.html#cmdoption-json.tool-sort-keys) --spacing [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-spacing) --start-directory [опция командной строки unittest-discover](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-discover-s) --summary [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-s) --tab [параметр командной строки json.tool](https://python-all.ru/3.11/library/json.html#cmdoption-json.tool-indent) --test [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-test) [опция командной строки zipfile](https://python-all.ru/3.11/library/zipfile.html#cmdoption-zipfile-test) --timing [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-g) --top-level-directory [опция командной строки unittest-discover](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-discover-t) --trace [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-t) --trackcalls [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-T) --type [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-type) --unit [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-u) --user-base [параметр командной строки site](https://python-all.ru/3.11/library/site.html#cmdoption-site-user-base) --user-site [параметр командной строки site](https://python-all.ru/3.11/library/site.html#cmdoption-site-user-site) --verbose [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-v) [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-v) [опция командной строки unittest-discover](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-discover-v) --version [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-version) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-version) --width [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-width) --with-address-sanitizer [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-address-sanitizer) --with-assertions [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-assertions) --with-build-python [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-build-python) --with-builtin-hashlib-hashes [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-builtin-hashlib-hashes) --with-computed-gotos [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-computed-gotos) --with-cxx-main [параметр командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-0), [\[1\]](https://python-all.ru/3.11/using/configure.html#cmdoption-with-cxx-main) --with-dbmliborder [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-dbmliborder) --with-dtrace [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-dtrace) | --with-emscripten-target [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-emscripten-target) --with-ensurepip [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-ensurepip) --with-framework-name [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-framework-name) --with-hash-algorithm [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-hash-algorithm) --with-libc [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-libc) --with-libm [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-libm) --with-libs [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-libs) --with-lto [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-lto) --with-memory-sanitizer [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-memory-sanitizer) --with-openssl [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-openssl) --with-openssl-rpath [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-openssl-rpath) --with-pkg-config [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-pkg-config) --with-platlibdir [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-platlibdir) --with-pydebug [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-pydebug) --with-readline [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-readline) --with-ssl-default-suites [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-ssl-default-suites) --with-suffix [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-suffix) --with-system-expat [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-system-expat) --with-system-ffi [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-system-ffi) --with-system-libmpdec [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-system-libmpdec) --with-trace-refs [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-trace-refs) --with-tzpath [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-tzpath) --with-undefined-behavior-sanitizer [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-undefined-behavior-sanitizer) --with-universal-archs [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-universal-archs) --with-valgrind [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-valgrind) --with-wheel-pkg-dir [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-with-wheel-pkg-dir) --without-c-locale-coercion [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-without-c-locale-coercion) --without-decimal-contextvar [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-without-decimal-contextvar) --without-doc-strings [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-without-doc-strings) --without-pymalloc [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-without-pymalloc) --without-readline [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-without-readline) --without-static-libpython [опция командной строки](https://python-all.ru/3.11/using/configure.html#cmdoption-without-static-libpython) -= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) -\> [аннотации функций](https://python-all.ru/3.11/reference/compound_stmts.html#index-34), [\[1\]](https://python-all.ru/3.11/tutorial/controlflow.html#index-6) -? [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-0) -a [опция командной строки ast](https://python-all.ru/3.11/library/ast.html#cmdoption-ast-a) [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-a) -B [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-B) -b [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-b) [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-b) [опция командной строки unittest](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-b) -C [опция командной строки dis](https://python-all.ru/3.11/library/dis.html#cmdoption-dis-C) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-C) -c [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-css) [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-c) [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-c) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-c) [опция командной строки unittest](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-c) [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-c) [опция командной строки zipfile](https://python-all.ru/3.11/library/zipfile.html#cmdoption-zipfile-c) -d [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-d) [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-d) [параметр командной строки gzip](https://python-all.ru/3.11/library/gzip.html#cmdoption-gzip-d) -E [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-E) -e [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-encoding) [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-e) [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-e) [опция командной строки tokenize](https://python-all.ru/3.11/library/tokenize.html#cmdoption-tokenize-e) [опция командной строки zipfile](https://python-all.ru/3.11/library/zipfile.html#cmdoption-zipfile-e) -f [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-f) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-f) [опция командной строки unittest](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-f) -g [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-g) -h [опция командной строки ast](https://python-all.ru/3.11/library/ast.html#cmdoption-ast-h) [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-help) [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-h) [опция командной строки dis](https://python-all.ru/3.11/library/dis.html#cmdoption-dis-h) [параметр командной строки gzip](https://python-all.ru/3.11/library/gzip.html#cmdoption-gzip-h) [параметр командной строки json.tool](https://python-all.ru/3.11/library/json.html#cmdoption-json.tool-h) [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-h) [опция командной строки tokenize](https://python-all.ru/3.11/library/tokenize.html#cmdoption-tokenize-h) [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-h) -I [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-I) -i [опция командной строки ast](https://python-all.ru/3.11/library/ast.html#cmdoption-ast-i) [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-i) [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-i) -J [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-J) -j [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-j) -k [опция командной строки unittest](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-k) -L [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-locale) -l [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-lines) [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-l) [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-l) [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-l) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-l) [опция командной строки zipfile](https://python-all.ru/3.11/library/zipfile.html#cmdoption-zipfile-l) -m [опция командной строки ast](https://python-all.ru/3.11/library/ast.html#cmdoption-ast-m) [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-months) [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-m) [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-m) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-m) [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-m) -n [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-n) -O [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-O) -o [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-o) [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-o) [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-o) -OO [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-OO) -P [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-P) -p [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-p) [опция командной строки pickletools](https://python-all.ru/3.11/library/pickletools.html#cmdoption-pickletools-p) [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-p) [опция командной строки unittest-discover](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-discover-p) [опция командной строки zipapp](https://python-all.ru/3.11/library/zipapp.html#cmdoption-zipapp-p) -q [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-q) [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-q) [опция командной строки python--m-py\_compile](https://python-all.ru/3.11/library/py_compile.html#cmdoption-python-m-py_compile-q) -R [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-R) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-R) -r [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-r) [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-r) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-r) -S [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-S) -s [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-spacing) [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-s) [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-s) [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-s) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-s) [опция командной строки unittest-discover](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-discover-s) -T [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-T) -t [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-type) [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-t) [опция командной строки trace](https://python-all.ru/3.11/library/trace.html#cmdoption-trace-t) [опция командной строки unittest-discover](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-discover-t) [опция командной строки zipfile](https://python-all.ru/3.11/library/zipfile.html#cmdoption-zipfile-t) -u [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-u) [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-u) -V [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-V) -v [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-v) [опция командной строки tarfile](https://python-all.ru/3.11/library/tarfile.html#cmdoption-tarfile-v) [опция командной строки timeit](https://python-all.ru/3.11/library/timeit.html#cmdoption-timeit-v) [опция командной строки unittest-discover](https://python-all.ru/3.11/library/unittest.html#cmdoption-unittest-discover-v) -W [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-W) -w [опция командной строки calendar](https://python-all.ru/3.11/library/calendar.html#cmdoption-calendar-width) -X [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-X) -x [опция командной строки](https://python-all.ru/3.11/using/cmdline.html#cmdoption-x) [параметр командной строки compileall](https://python-all.ru/3.11/library/compileall.html#cmdoption-compileall-x) . (точка) [ссылка на атрибут](https://python-all.ru/3.11/reference/expressions.html#index-39) [в шаблонах в стиле glob](https://python-all.ru/3.11/library/glob.html#index-1) [в числовом литерале](https://python-all.ru/3.11/reference/lexical_analysis.html#index-29) [в именах путей](https://python-all.ru/3.11/library/os.html#index-45), [\[1\]](https://python-all.ru/3.11/library/os.html#index-50) [в форматировании в стиле printf](https://python-all.ru/3.11/library/stdtypes.html#index-35), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-45) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-0) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-2) .. [в именах путей](https://python-all.ru/3.11/library/os.html#index-46) [**...**](https://python-all.ru/3.11/glossary.html#term-...) [литерал многоточия](https://python-all.ru/3.11/library/constants.html#index-0), [\[1\]](https://python-all.ru/3.11/library/stdtypes.html#index-65), [\[2\]](https://python-all.ru/3.11/reference/datamodel.html#index-8) [в doctests](https://python-all.ru/3.11/library/doctest.html#index-3) [приглашение интерпретатора](https://python-all.ru/3.11/library/doctest.html#index-0), [\[1\]](https://python-all.ru/3.11/library/sys.html#index-27) [заполнитель](https://python-all.ru/3.11/library/pprint.html#index-1), [\[1\]](https://python-all.ru/3.11/library/reprlib.html#index-0), [\[2\]](https://python-all.ru/3.11/library/textwrap.html#index-0) .ini [файл](https://python-all.ru/3.11/library/configparser.html#index-0) .pdbrc [файл](https://python-all.ru/3.11/library/pdb.html#index-2) / (косая черта) [определение функции](https://python-all.ru/3.11/reference/compound_stmts.html#index-32) [в именах путей](https://python-all.ru/3.11/library/os.html#index-47), [\[1\]](https://python-all.ru/3.11/library/os.html#index-49) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-67) // [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-13), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-67) //= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) /= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) 0b [целочисленный литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-28) 0o [целочисленный литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-28) 0x [целочисленный литерал](https://python-all.ru/3.11/reference/lexical_analysis.html#index-28) [двузначные годы](https://python-all.ru/3.11/library/time.html#index-3) [**2to3**](https://python-all.ru/3.11/glossary.html#term-2to3) : (двоеточие) [аннотированная переменная](https://python-all.ru/3.11/reference/simple_stmts.html#index-15) [составной оператор](https://python-all.ru/3.11/reference/compound_stmts.html#index-16), [\[1\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-18), [\[2\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-28), [\[3\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-3), [\[4\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-4), [\[5\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-42), [\[6\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-6), [\[7\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-9) [аннотации функций](https://python-all.ru/3.11/reference/compound_stmts.html#index-34), [\[1\]](https://python-all.ru/3.11/tutorial/controlflow.html#index-6) [в выражениях словарей](https://python-all.ru/3.11/reference/expressions.html#index-17) [в форматированном строковом литерале](https://python-all.ru/3.11/reference/lexical_analysis.html#index-25) [в SQL-выражениях](https://python-all.ru/3.11/library/sqlite3.html#index-3) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-2) [лямбда-выражение](https://python-all.ru/3.11/reference/expressions.html#index-90) [разделитель пути (POSIX)](https://python-all.ru/3.11/library/os.html#index-51) [взятие среза](https://python-all.ru/3.11/reference/expressions.html#index-44) [:= (двоеточие-равно)](https://python-all.ru/3.11/reference/expressions.html#index-86) [; (точка с запятой)](https://python-all.ru/3.11/library/os.html#index-51), [\[1\]](https://python-all.ru/3.11/reference/compound_stmts.html#index-1) \< (меньше) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-3) [в строках формата struct](https://python-all.ru/3.11/library/struct.html#index-1) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-7), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-77) \<\< [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-16), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-71) \<\<= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) \<= [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-7), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-77) [\<BLANKLINE\>](https://python-all.ru/3.11/library/doctest.html#index-2) \<file\> [опция командной строки python--m-py\_compile](https://python-all.ru/3.11/library/py_compile.html#cmdoption-python-m-py_compile-arg-file) = (равно) [оператор присваивания](https://python-all.ru/3.11/reference/simple_stmts.html#index-4) [определение класса](https://python-all.ru/3.11/reference/datamodel.html#index-86) [для помощи в отладке с помощью строковых литералов](https://python-all.ru/3.11/reference/lexical_analysis.html#index-25) [определение функции](https://python-all.ru/3.11/reference/compound_stmts.html#index-31) [в вызовах функций](https://python-all.ru/3.11/reference/expressions.html#index-47) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-3) [в строках формата struct](https://python-all.ru/3.11/library/struct.html#index-1) == [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-7), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-77) \> (больше) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-3) [в строках формата struct](https://python-all.ru/3.11/library/struct.html#index-1) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-7), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-77) \>= [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-7), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-77) \>\> [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-16), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-71) \>\>= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) [**\>\>\>**](https://python-all.ru/3.11/glossary.html#term-0) [приглашение интерпретатора](https://python-all.ru/3.11/library/doctest.html#index-0), [\[1\]](https://python-all.ru/3.11/library/sys.html#index-27) ? (вопросительный знак) [в командном интерпретаторе](https://python-all.ru/3.11/library/cmd.html#index-0) [в модуле argparse](https://python-all.ru/3.11/library/argparse.html#index-0) [в грамматике AST](https://python-all.ru/3.11/library/ast.html#index-0) [в шаблонах glob](https://python-all.ru/3.11/library/fnmatch.html#index-2), [\[1\]](https://python-all.ru/3.11/library/glob.html#index-1) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-5) [в SQL-выражениях](https://python-all.ru/3.11/library/sqlite3.html#index-2) [в строках формата struct](https://python-all.ru/3.11/library/struct.html#index-2), [\[1\]](https://python-all.ru/3.11/library/struct.html#index-3) [символ замены](https://python-all.ru/3.11/library/codecs.html#index-1) ?+ [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-7) ?? [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-6) @ (at) [определение класса](https://python-all.ru/3.11/reference/compound_stmts.html#index-43) [определение функции](https://python-all.ru/3.11/reference/compound_stmts.html#index-29) [в строках формата struct](https://python-all.ru/3.11/library/struct.html#index-1) [оператор](https://python-all.ru/3.11/reference/expressions.html#index-66) \[\] (квадратные скобки) [в списке целей присваивания](https://python-all.ru/3.11/reference/simple_stmts.html#index-6) [в шаблонах glob](https://python-all.ru/3.11/library/fnmatch.html#index-2), [\[1\]](https://python-all.ru/3.11/library/glob.html#index-1) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-10) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-2) [выражение списка](https://python-all.ru/3.11/reference/expressions.html#index-15) [подписка](https://python-all.ru/3.11/reference/expressions.html#index-41) \\ (обратная косая черта) [escape-последовательность](https://python-all.ru/3.11/library/codecs.html#index-1), [\[1\]](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в именах путей (Windows)](https://python-all.ru/3.11/library/os.html#index-48) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-12), [\[1\]](https://python-all.ru/3.11/library/re.html#index-26), [\[2\]](https://python-all.ru/3.11/library/re.html#index-9) \\\\ [управляющая последовательность](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\A [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-27) \\a [управляющая последовательность](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\B [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-29) \\b [управляющая последовательность](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-28), [\[1\]](https://python-all.ru/3.11/library/re.html#index-37) \\D [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-31) \\d [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-30) \\f [управляющая последовательность](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\g [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-39) \\N [escape-последовательность](https://python-all.ru/3.11/library/codecs.html#index-3), [\[1\]](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\n [управляющая последовательность](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\r [управляющая последовательность](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\S [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-33) \\s [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-32) \\t [управляющая последовательность](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\U [escape-последовательность](https://python-all.ru/3.11/library/codecs.html#index-1), [\[1\]](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\u [escape-последовательность](https://python-all.ru/3.11/library/codecs.html#index-1), [\[1\]](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\v [управляющая последовательность](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\W [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-35) \\w [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-34) \\x [escape-последовательность](https://python-all.ru/3.11/library/codecs.html#index-1), [\[1\]](https://python-all.ru/3.11/reference/lexical_analysis.html#index-23) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-37) \\Z [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-36) ^ (циркумфлекс) [в модуле curses](https://python-all.ru/3.11/library/curses.ascii.html#index-0) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-1), [\[1\]](https://python-all.ru/3.11/library/re.html#index-13) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-3) [маркер](https://python-all.ru/3.11/library/doctest.html#index-1), [\[1\]](https://python-all.ru/3.11/library/traceback.html#index-1) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-16), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-75) ^= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) {} (фигурные скобки) [словарное выражение](https://python-all.ru/3.11/reference/expressions.html#index-17) [в форматированном строковом литерале](https://python-all.ru/3.11/reference/lexical_analysis.html#index-25) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-8) [в форматировании строк](https://python-all.ru/3.11/library/string.html#index-2) [множественное выражение](https://python-all.ru/3.11/reference/expressions.html#index-16) \| (вертикальная черта) [в регулярных выражениях](https://python-all.ru/3.11/library/re.html#index-14) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-16), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-76) \|= [составное присваивание](https://python-all.ru/3.11/reference/simple_stmts.html#index-14) ~ (тильда) [подстановка домашнего каталога](https://python-all.ru/3.11/library/os.path.html#index-1) [оператор](https://python-all.ru/3.11/library/stdtypes.html#index-16), [\[1\]](https://python-all.ru/3.11/reference/expressions.html#index-62) |
| --- | --- |
