Computer Science, asked by neenajithu, 21 days ago

Iteractive statement is also known as _________statement​

Answers

Answered by izabelJ
2

Loop

.---------------.

Answered by srikavithailaya
0

Answer:

iterative

Explanation:

In Python, the iterative statements are also known as looping statements or repetitive statements. The iterative statements are used to execute a part of the program repeatedly as long as a given condition is True.

Similar questions