How to use Python min() built-in function

How to use Python min() built-in function

Practical Coding

4 года назад

2,381 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@mek059
@mek059 - 18.05.2022 19:44

Why the output of the following is John and not imran? (I intentionally didn't capitalize):
x = min("Mike", "John", "imran")
print(x)

Ответить