Computer Science, asked by kkrishkverma22022, 5 months ago

convert following in to while loop for k in range (10,20,5) print (k)​

Answers

Answered by sticky33
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)
Similar questions