ответвлено от main/python-labs
Изменил(а) на 'TEMA4/report.md'
Этот коммит содержится в:
@@ -188,7 +188,7 @@ max(...)
|
|||||||
default keyword-only argument specifies an object to return if
|
default keyword-only argument specifies an object to return if
|
||||||
the provided iterable is empty.
|
the provided iterable is empty.
|
||||||
With two or more arguments, return the largest argument.
|
With two or more arguments, return the largest argument.
|
||||||
|
```
|
||||||
Обычный пример использования:
|
Обычный пример использования:
|
||||||
```
|
```
|
||||||
>>> max(35,4,-3)
|
>>> max(35,4,-3)
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user