convert following in to while loop for k in range (10,20,5) print (k)
Answers
Answered by
1
Your question isn’t proper so I’m make in this case solution in this case I will give
K=5
While k in range (0,10):
Print(k)
K=5
While k in range (0,10):
Print(k)
Similar questions