csc-python-solutions/02/5 - Sort of Strangeness.py

4 lines
79 B
Python
Raw Normal View History

2021-02-18 19:58:36 +00:00
print(min(x, y, z))
print(x+y+z-min(x, y, z)-max(x, y, z))
print(max(x, y, z))