Computer Science, asked by zahrafatma2006, 1 month ago

A. Tick () the correct answers.
1.
What are iterative statements in Python?
a. Commands that make a part of the program to be executed repeatedly
Commands that define conditions in a program
b.
C.
Commands that allow user to give input​

Answers

Answered by arnabchakraborty912
5

Explanation:

Commands that make a part of the program to be executed repeatedly

Commands that define conditions in a program

Answered by shahana0079
8

Answer:

a. Commands that make a part of the program to be executed repeatedly

Explanation:

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

hope this helps u

Similar questions