523,265 views
2 votes
2 votes
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

Assume the user types in 7 for x and 2 for y. What is output by the following?* 10 points-example-1
User Anuj Rana
by
2.3k points

1 Answer

22 votes
22 votes

Answer:

49

Step-by-step explanation:

User Elie Teyssedou
by
2.7k points