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.
Understanding data. Let's find the highest and lowest number.
Python has ready-made functions: max() and min().
Find the top and flop grade.