Computer Science, asked by soumyamils, 7 months ago

Rewrite the following code using loop for x in range(10) if x%2==0 continue print(x)

Answers

Answered by Anonymous
2

Answer:

hi..

Explanation:

x=1

while x <=10:

print(x)

hope it helps you..✌️

Similar questions