While maximum and minimum would be more helpful when you are presented with a much longer list, it is important to introduce these functions because they serve as a gateway into exploring Python's built-in functions. For these two calculations, we do not need to import anything.
After creating your new project, setting it up, and creating your new list, all we need to do is use the max() function and fill the parentheses with your list name.
This will produce another new number for your result.