Write the output of statement :-
a=100
b=20
s=0
while a>=b:
if a%5==0
s+=a
a-=1
print(s)
PLS TELL AS SOON AS POSSIBLE...
Answers
Answered by
0
Answer:
s= 80 is the correct answer
Similar questions