Computer Science, asked by fillerzz, 11 days ago

Each statement in python is terminated by ___________​

Answers

Answered by n0171mpsbls
4

Answer:

Each iteration assigns the the loop variable to the next element in the sequence, and then executes the statements in the body. The statement finishes when the last element in the sequence is reached. This type of flow is called a loop because it loops back around to the top after each iteration.

Similar questions