Computer Science, asked by utkarshrajput2004, 7 months ago

_____and_____are the looping statements in python.​

Answers

Answered by dattarajshinde44
2

Answer:

For and While are the looping statements in python.​

Explanation:

For Loop : A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string).

While Loop : With the while loop we can execute a set of statements as long as a condition is true.

Answered by anindyaadhikari13
1

Answer:-

For and while are the looping statements in python.

Similar questions