Computer Science, asked by kenezsabu, 1 day ago

Each statement is python is terminated by

Answers

Answered by Cheese365
3

Answer:

The control flow structures of Python, such as for -loops, while -loops, and if -statements, are all introduced by statements which are terminated by a colon.

Please mark me as brainliest :)

Answered by rathimadhankumar82
1

Explanation:

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.

Similar questions