. Find the output:-
x, y =10, 15
if (x >= y):
z = x + y
else:
z = x -y
z = z ** 2
print( “result =“, z)
No answers have been given to this question yet :(
Similar questions