_____and_____are the looping statements in python.
Answers
Answered by
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
1
Answer:-
For and while are the looping statements in python.
Similar questions
India Languages,
3 months ago
English,
3 months ago
English,
3 months ago
Social Sciences,
7 months ago
Math,
7 months ago
English,
1 year ago
Math,
1 year ago