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.

main.py
Initializing Python Environment...