@ -188,7 +188,7 @@ max(...)
default keyword-only argument specifies an object to return if
the provided iterable is empty.
With two or more arguments, return the largest argument.
```
Обычный пример использования:
>>> max(35,4,-3)