Vidyalelo
Python · Q5

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 5

Q5

Which operator is used for exponentiation in Python?

A.
^
B.
**
Answer
C.
^^
D.
//

Answer: Option B

Solution

Answer: Option B
Solution:
The ** operator is used for exponentiation in Python.