Create 5 - Sort of Strangeness.py

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

View File

@ -0,0 +1,3 @@
print(min(x, y, z))
print(x+y+z-min(x, y, z)-max(x, y, z))
print(max(x, y, z))