+ 1
In which language?
+ 1
For normal exponential you have to use the ** operator.
The // operator is used for floor division. So, for example, 9//2 is 4, but with normal division it would be 4,5.
Floor Division - The division of operands where the result is the quotient in which the digits after the decimal point are removed. But if one of the operands is negative, the result is floored, i.e., rounded away from zero (towards negative infinity) â