This will add the two values together using variables x + y
12This will subtract the two values together using variables x - y
-8This will multiply the two values together using variables x * y
20This will divide the two values together using variables x / y
0.2This will find the power of the two values together using variables x ** y
1024