rewrite the following using for loop:
sum, a=0 , 15
while(a>1):
if a%3==0:
if a%3==0:
sum+=a
a=a-2
print(sum)
Answers
Answered by
2
Answer:
hi there what's up with the maths
Similar questions