This website requires JavaScript.
Explore
Help
Sign In
ada
/
csc-python-solutions
Watch
1
Star
0
Fork
0
You've already forked csc-python-solutions
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bea99e5e1e
csc-python-solutions
/
02
/
4 - Two Roads.py
Lukas Baumann
800650dd73
Create 4 - Two Roads.py
2021-02-18 20:56:50 +01:00
2 lines
36 B
Python
Raw
Blame
History
print
(
max
(
min
(
a
,
b
,
c
)
,
min
(
d
,
e
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink