ashikshajahan145 ashikshajahan145 28-04-2019 Computers and Technology contestada Find the output : x, y =10, 15 if (x >= y): z = x + y else: z = x -y z = z ** 2 print “result =“, z