Just as any other programming languages, the addition (+), subtraction (-), multiplication (*), and division (/) operators can be used with numbers.
In addition Python has the power (**) and modulo (%) operators.
Divide "number" by 2 and then calculate the remainder.