Python supports integers (int) and floats (float). Integers have arbitrary precision.
Math Operations
+-*basic arithmetic/float division,//floor division%modulo,**exponentiation
Math & Random Modules
math.sqrt(), math.ceil(), math.floor(), random.randint()