Basic Maths operations in Python
Add +
Subtract -
Multiply *
Divide /
Equals == (Is the same as)
Greater than > (compares two numbers)
Less than < (compares two numbers)
Not equal to !=
>= Greater than or equal to
<=Less than or equal to