csc-python-solutions/02/5 - Sort of Strangeness.py
2021-02-18 20:58:36 +01:00

4 lines
79 B
Python

print(min(x, y, z))
print(x+y+z-min(x, y, z)-max(x, y, z))
print(max(x, y, z))