3 Respuestas
+ 2
2 + 2
or
print(2 + 2)
+ 3
Just start your python course and you will get to know about that.
But If you want answer,Let me tell you.
To perform basic math operations
just write there print(2+2). This will add them. Similarly,
"-" is used for subtraction
"*" is used for multiplication
"//" is used for getting the quotient
"%" is used for getting remainder
and "**" is used for exponentiation.
If you want to print them, just replace "+" with these operators
+ 2
Thanks bhai for support and help