Lesson 4 (AI): Statistics

Understanding data. Let's find the highest and lowest number.

Max and Min

Python has ready-made functions: max() and min().

Your Objective

Find the top and flop grade.

main.py
Initializing Python Environment...