Introduction
Note
See the Text and images tab for more details!
Almost every useful program needs to remember information—like a user's name, a score, or a price. In Python, you store information in variables, and Python makes working with different kinds of data straightforward and flexible.
In this module, you learn how to create and update variables, perform calculations with numbers, and convert between different data types. You put these skills together in an exercise that calculates a student's GPA.