Computer Science, asked by tmewada17, 4 months ago

Name the iterative system in Python

Answers

Answered by sreejakundu7
0

Explanation:

In Python, the for statement is used to iterate through a sequence like a list, a tuple, a set, a dictionary, or a string. The for statement is used to repeat the execution of a set of statements for every element of a sequence.

Answered by lailaalif2002
1

Answer:

{\huge{\mathbf{\red{\underline{\underline{Answer}}}}}}

In Python, the for statement is used to iterate through a sequence like a list, a tuple, a set, a dictionary, or a string. The for statement is used to repeat the execution of a set of statements for every element of a sequence.

Similar questions