csc-python-solutions/02/4 - Two Roads.py
2021-02-18 20:56:50 +01:00

2 lines
36 B
Python

print(max(min(a, b, c), min(d, e)))