Ответы
Ответ дал:
0
A = int(input())
B = int(input())
summa = 0
for i in range(A,B+1):
summa += i
print(summa)
Вас заинтересует
9 лет назад
9 лет назад
10 лет назад
10 лет назад