Which is the correct operator for power(x^y)?
(a) X^y
(b) X**y
(c) X^^y
(d) None of the mentioned
I had been asked this question in an online quiz.
I want to ask this question from Basic Operators topic in portion Variable Names, Operators, Data Types & Numeric Types of Python