Advertisement
LilChicha174

Untitled

Mar 23rd, 2022
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. a1 = int(input())
  2. a2 = int(input())
  3. a3 = int(input())
  4. a4 = int(input())
  5. print(min(a1, a2, a3, a4))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement