Ответ:
a, b, c =map(int, input().split())
z=a+b+c
print(z)
Объяснение:
input
4 5 3
output
12
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a, b, c =map(int, input().split())
z=a+b+c
print(z)
Объяснение:
input
4 5 3
output
12