Ответ:
Как насчёт Max?
Объяснение:
Highest = max(1,2,3) # or max([1,2,3]) for lists
a,b,c,d,x = float(input()),float(input()),float(input()),float(input()),float(input())
print(max(a,b,c,d,x))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Как насчёт Max?
Объяснение:
Highest = max(1,2,3) # or max([1,2,3]) for lists
a,b,c,d,x = float(input()),float(input()),float(input()),float(input()),float(input())
print(max(a,b,c,d,x))