#Python Crash Course - Numbers
We look at the different types of numbers in Python, Integer (int), Floating Point (float), Scientific notation or exponential notation.
We look at mathematical operators addition +, subtration -, multiplication *, division /, integer division //, modulo (remainder) %, powers **