csc-python-solutions/02/4 - Two Roads.py

2 lines
36 B
Python
Raw Normal View History

2021-02-18 19:56:50 +00:00
print(max(min(a, b, c), min(d, e)))