Python's binary operators

Here’s what these binary operators do:

Note that both + and - also have unary counterparts. In this case, the - operator flips the sign of the number. The + operator does nothing but exists for symmetry