Login
Remember
Register
Ask a Question
Which is the correct operator for power(xy)?
+2
votes
asked
Jan 1, 2022
in
Python
by
sharadyadav1986
Which is the correct operator for power(xy)?
a) X^y
b) X**y
c) X^^y
d) None of the mentioned
python-power-operator
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 1, 2022
by
sharadyadav1986
b) X**y
...