Before we get started with Python we need to define some basic terminology. Those math-like formula that we type into Python are called expressions. Python then uses the process of evalation to turn these into values. In this video we talk about the relationship between these two concepts, and how it leads to the idea of types.