Computer Science, asked by sarthaksingh67, 4 months ago

please tell the functioning of the following python program:
s=0
n=int(input("enter the limit: "))
for i in range(n+1):
if i%2==0:
s+=i
print(s)

Answers

Answered by shrutivp098
0

आप मुझे इंस्टाग्राम पर डीएम कर सकते हैं मेरी आईडी है rudy_rudra_

Similar questions