Create 4 - Two Roads.py

This commit is contained in:
Lukas Baumann 2021-02-18 20:56:50 +01:00 committed by GitHub
parent 607ca9e34c
commit 800650dd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
02/4 - Two Roads.py Normal file
View File

@ -0,0 +1 @@
print(max(min(a, b, c), min(d, e)))