for i in range(10):
print(i)
if i%5==0:
break
else:
print (done)
Answers
Answered by
1
Answer:
i
Explanation:
because the statement given is correct
Similar questions