Lesson 3 (AI): Data Analysis
AI feeds on data. Python is the king of data. Let's start by calculating the average.
The Average
Sum everything and divide by the number of items.
Your Objective
Calculate the average grade.
AI feeds on data. Python is the king of data. Let's start by calculating the average.
Sum everything and divide by the number of items.
Calculate the average grade.