Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a1 = int(input())
- a2 = int(input())
- a3 = int(input())
- a4 = int(input())
- print(min(a1, a2, a3, a4))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement