Using the min function with Python lists

Опубликовано: 08 Октябрь 2024
на канале: John Philip Jones
1,774
48

This video looks at the min() built-in function and how it can be used with a Python list. It also shows how it can be used with lists of elements of the same type but how it can fail with lists of mixed types. In the process it looks at the sequence of ASCII (ANSI) characters.