# Библиотеки

## math

Содержит математические функции и константы.

## string

Содержит полезные строки, такие как цифры в различных системах счисления, буквы, иные символы.

## itertools

Содержит функции для работы с перечисляемыми объектами, например, генерация комбинаций, перестановок, функция соединения нескольких списков.

## turtle

Библиотека для работы с графическим исполнителем «Черепаха».

## fnmatch

Содержит функцию fnmatch для проверки соответствия строки заданной маске, где «?» — один произвольный символ, «\*» — произвольная строка.

## functools

Содержит функцию lru\_cache для ускорения рекурсивных функций с помощью кэширования значений.

## sys

Содержит функцию setrecursionlimit, которая устанавливает максимальную глубину рекурсии.

## ipaddress

Содержит функции и объекты для работы с ip адресами.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://andrewmaths.gitbook.io/conspects/inf/biblioteki.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
