Assume the user types in 7 for x and 2 for y. What is output by the
following?*
10 points
X =
input ("Enter a number: ")
y = input ("Enter a number: ")
print (x ** y)
14
49
3.5
O 72
