Python 3 max() built-in function TUTORIAL

preview_player
Показать описание
Tutorial on how to use the max() built-in function from the Python 3 Standard Library.

📖 Please check out my Udemy course here:

Documentation:

⚙️ Recommended Computer Gear:

✈️ Recommended Digital Nomad Gear:
Рекомендации по теме
Комментарии
Автор

GRACIAAAASS no lo entendía leyendo los docs, thank you🥺

nerina
Автор

Great video, could you elaborate on the second iterable example with “4 arguments”? What is max doing exactly there? Just returning the number of arguments?

aidanabregov
Автор

hello, i apprieciate your video, but i don't understand how sum += num % 10 increments ( for example for num = 100) tnx

ligrt
Автор

Do you know how to pass one more or multiple arguments to the sumDigit() function?

hfayuwardana
Автор

how would i use this function to find the longest word in a singular string.
for example: "apples and elephants"

how would I use the max function to return 'elepants'

michaelwang