Summary

Completed

Tip

See the Text and images tab for more details!

In this module, you learned how Python stores and works with data.

You created variables to hold values, used arithmetic operators to perform calculations, and converted between data types using int(), float(), and str(). You applied these skills to calculate a student's GPA from a set of grades.

Tip

To continue learning Python, move on to the next module: Install and configure Visual Studio Code.