Computer Science, asked by yashtanda18, 6 hours ago

define the use of while statement with the help of example​

Answers

Answered by nilabhupadhyay415
0

Answer:

In python While is used to from a loop.

Explanation:

example:

a= 1

while(a=1)

print("Mark as Brainliest")

So, this will repeat again and again forming a loop.

Similar questions