Every program needs to store information. In this lesson, we'll explore the basics of variables and data types in Python. You'll learn how to create variables to store data and understand different data types, like integers, floats, strings, and booleans. We'll also go over basic naming conventions for variables and how to check what type of data a variable contains.