You can use a minus sign to make a negative number like -2. what happens if you put a plus sign before a number? what about 2++2? python

Respuesta :

+ and + will give you +
- and - will give you +
+ and - will give you -
- and + will give you -