expression + expression
Each expression yields an integer, a number, or a complex.
The + operator evaluates to the sum of the given values.
If either given value is a complex, the evaluated value will be a complex. Otherwise, the evaluated value will be a number.