What does the **= assignment operator do?
Multiplies the value twice
It is used as exponent like 2**3=8
It is the multiplication operator.
None of the mentioned
(B) It is used as exponent like 2**3=8
Explanation:
a=2 means a to the power of two.