Ответ:
a = float(input())
b = float(input())
if a > b:
print(a)
else:
print(b)
Объяснение:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = float(input())
b = float(input())
if a > b:
print(a)
else:
print(b)
Объяснение: