Ответ:
Объяснение:
a,b=map(int, input().split())
c=0
for i in range(a,b):
if i%2==1:
c+=i
print()
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
a,b=map(int, input().split())
c=0
for i in range(a,b):
if i%2==1:
c+=i
print()