solovs03
Если пишите “стандартные”, то укажите какие именно
The Python Standard Library
https://docs.python.org/3/library/index.html6.1. string — Common string operations
https://docs.python.org/3/library/string.html6.2. re — Regular expression operations
https://docs.python.org/3/library/re.html7.1. struct — Interpret bytes as packed binary data
https://docs.python.org/3/library/struct.html8.1. datetime — Basic date and time types
https://docs.python.org/3/library/datetime.html8.3. collections — Container datatypes
https://docs.python.org/3/library/collections.html8.11. pprint — Data pretty printer
https://docs.python.org/3/library/pprint.html9.2. math — Mathematical functions
https://docs.python.org/3/library/math.html9.6. random — Generate pseudo-random numbers
https://docs.python.org/3/library/random.html10.1. itertools — Functions creating iterators for efficient looping
https://docs.python.org/3/library/itertools.html10.3. operator — Standard operators as functions
https://docs.python.org/3/library/operator.html11.2. os.path — Common pathname manipulations
https://docs.python.org/3/library/os.path.html12.6. sqlite3 — DB-API 2.0 interface for SQLite databases
https://docs.python.org/3/library/sqlite3.html14.1. csv — CSV File Reading and Writing
https://docs.python.org/3/library/csv.html14.2. configparser — Configuration file parser
https://docs.python.org/3/library/configparser.html15.1. hashlib — Secure hashes and message digests
https://docs.python.org/3/library/hashlib.html16.1. os — Miscellaneous operating system interfaces
https://docs.python.org/3/library/os.html16.2. io — Core tools for working with streams
https://docs.python.org/3/library/io.html16.3. time — Time access and conversions
https://docs.python.org/3/library/time.html16.4. argparse — Parser for command-line options, arguments and sub-commands
https://docs.python.org/3/library/argparse.html16.6. logging — Logging facility for Python
https://docs.python.org/3/library/logging.html18.1. socket — Low-level networking interface
https://docs.python.org/3/library/socket.html18.9. mmap — Memory-mapped file support
https://docs.python.org/3/library/mmap.html19.2. json — JSON encoder and decoder
https://docs.python.org/3/library/json.html20.5. xml.etree.ElementTree — The ElementTree XML API
https://docs.python.org/3/library/xml.etree.elementtree.html21.5. urllib — URL handling modules
https://docs.python.org/3/library/urllib.html21.6. urllib.request — Extensible library for opening URLs
https://docs.python.org/3/library/urllib.request.html21.28. ipaddress — IPv4/IPv6 manipulation library
https://docs.python.org/3/library/ipaddress.html26.4. unittest — Unit testing framework
https://docs.python.org/3/library/unittest.html26.5. unittest.mock — mock object library
https://docs.python.org/3/library/unittest.mock.html26.3. doctest — Test interactive Python examples
https://docs.python.org/3/library/doctest.html27.3. pdb — The Python Debugger
https://docs.python.org/3/library/pdb.html27.5. timeit — Measure execution time of small code snippets
https://docs.python.org/3/library/timeit.html