Using the max function with Python lists

Опубликовано: 06 Октябрь 2024
на канале: John Philip Jones
3,424
70

In this video I look at how the max() function can be used on a list where the list contains number types, string types or a mixture of number and strings. In the process the idea of ordered and unordered types is considered. The ord() function is also used to help explain ordered types.