Calculations

#Adding up
total = number1 + number2

#Taking Away
remainder = total - cash

#Multiplying
centimeteres = inches * 2.54

#Dividing
average = total / count

#Powers
areaCube  = width ** 3

#Modulus (for higher)
angle = angle % 360