ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
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
Correct Answer: B — It is used as exponent like 2**3=8
a=2 means a to the power of two.