Rewrite the following program using while loop:
for k in range(10,20,5):
print(k)
Answers
Answered by
0
Correction:
Answer:
Similar questions