Computer Science, asked by amandogra9595gmail, 8 months ago

25 ) What is called the set of statement that are executed
under one name? |

Answers

Answered by rajjanu18121982
1

Answer:

In this chapter, you will learn how to make the computer execute a group of statements over and over as long as certain criterion holds. The group of statements being executed repeatedly is called a loop. There are two loop statements in Python: for and while .

Explanation:

Similar questions