Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def med(a, b, c):
- return a + b + c - min(min(a, b), c) - max(max(a, b), c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement