Как насчёт 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))
Как насчёт 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))