a=int(input(“введите переменную а”)
b=int(input(“введите переменную b”))
s=a+b
input (“сумма=”,s)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a=int(input(“введите переменную а”)
b=int(input(“введите переменную b”))
s=a+b
input (“сумма=”,s)