Vidyalelo
Python · Q13

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 13

Q13

Which is the correct operator for power(xy)?

A.
X^y
B.
X**y
Answer
C.
X^^y
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board