Ответ:
#Python 3
a = int(input())
b = int(input())
c = int(input())
print(max(a, b, c))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Verified answer
Ответ:
#Python 3
a = int(input())
b = int(input())
c = int(input())
print(max(a, b, c))