Computer Science, asked by wadhawannitu, 2 months ago

While loop is used to execute a block of statements repeatedly until a given a condition is​

Answers

Answered by satyabratanayak8
4

Answer:

In Python, While Loops is used to execute a block of statements repeatedly until a given condition is satisfied. And when the condition becomes false, the line immediately after the loop in the program is executed. ... Python uses indentation as its method of grouping statements.

if answer helps mark me as a BRAINLIST

Similar questions