Advertisement
STANAANDREY

lsd2 2

Oct 7th, 2022 (edited)
699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. def med(a, b, c):
  2.     return a + b + c - min(min(a, b), c) - max(max(a, b), c)
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement