11.8. Using the max function with Python lists
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.