Computer Science, asked by Antriksh6272, 3 days ago

How do you start a while loop in Python?

a) while (a<10)
b) while {a<10}
c) while [a<10]
d) (a<10)while​

Answers

Answered by yashaswiniy517
0

Answer:

a) while (a<10)

I hope it will help you

Similar questions