Ответ:
Лучший и лайк не забудь
Объяснение:
a, b, c = int(input()), int(input()), int(input())
if a > b:
print(a) if a > c else print(c)
else:
print(b) if b > c else print(c)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Лучший и лайк не забудь
Объяснение:
a, b, c = int(input()), int(input()), int(input())
if a > b:
print(a) if a > c else print(c)
else:
print(b) if b > c else print(c)