functools is a module for the Python language which provides support for working with higher-order functions: functions that act on or return other functions
After I import functools I receive such message from interpreter: Traceback (most recent call last): File "C:/Users/Admin/Documents/…
python import functools