How would you write xy in Python as an expression ?
x**y
Reason — ** is an arithmetic operator used for exponentiation.