Ответ:
a = int(input("введи a: "))
b = int(input("введи b: "))
сумма = a + b
print(сумма)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = int(input("введи a: "))
b = int(input("введи b: "))
сумма = a + b
print(сумма)