Python 101 - Numeric Types
Python is a little different than some languages in that it only has three built-in numeric types. A built-in data type means that you don’t have to do anything to use them other than typing out their name.
The built-in numeric types are:


