Computer Science, asked by indudevi7277, 1 month ago

B.
Fill in the blanks.
1. The three types of control statements are
لا and
2. Statements that allow you to give conditions are called
3. In a
statement, the task mentioned is performed only when the
given condition is True.
4. It is compulsory to
the statements in the condition body.
5.
statement is used to check multiple conditions.​

Answers

Answered by cokkie200421
7

Answer:

  1. Sequential: default mode. ...
  2. Selection: used for decisions, branching -- choosing between 2 or more alternative paths. ...
  3. Repetition: used for looping, i.e. repeating a piece of code multiple times in a row.
  4. Statement that allow you to give conditions are called conditional statements .
  5. don't know
  6. conditional body

If-else conditional statement is used in Python when a situation leads to two conditions and one of them should hold true.

Answered by abhinavkum
0

1 sequence

2 selection

3

Similar questions