Объяснение:
a, b, c, d, e= map(int, input().split())
print(min(a, b, c, d, e))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Объяснение:
a, b, c, d, e= map(int, input().split())
print(min(a, b, c, d, e))