Computer Science, asked by sweetathiya, 10 months ago

def Total(Number=10):
Sum=0
for C in range(1,Number+1):
if C%2==0:
continue
Sum+=C
return Sum
print(Total(4)
print(Total(7)
print(Total())​

Answers

Answered by jagrutipatel1941986
0

Answer:

578 is the correct answer

Similar questions