01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 | #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 |