+2 votes
in Python by

Which is the correct operator for power(xy)?

a) X^y

b) X**y

c) X^^y

d) None of the mentioned

1 Answer

0 votes
by

b) X**y

...