Sign in to test your solution.
x = -2 y = 3 z = 1.27 print(abs(x)) print(max(x, y, z)) print(min(x, y, z)) print(pow(x, y)) print(round(z, 1))