Fill in the blanks :-
(1) When .......................... decisions are involved , we can put its together.
(2) .......................... is the process of placing the if or - else or elif statement.
(3) Pythons for statement ....................... over the items of any sequence , in the order that they are in the sequence.
(4) The ........................ Loop in the python is used to respect a block statement for given number of times , untill the given conditions is false.
(5) ...................... statement is used to skip the rest of the statement of current loop block and to move to next iteration of the loop.
please answer currectly
and I am mark as brainliest to your answer and rate and thanks .
Answers
Answer:
1. Right and proper
2. to check conditions or relations
3. perform
4. I don't know
5. I don't know
Explanation:
please mark me brainliest and follow me
Answer: Python
Explanation:
(1) When .........right..and proper............... decisions are involved , we can put its together.
(2) .......Looping................... is the process of placing the if or - else or elif statement.
(3) Pythons for statement ..........interacts............. over the items of any sequence , in the order that they are in the sequence.
(4) The ...While..................... Loop in the python is used to respect a block statement for given number of times , untill the given conditions is false.
(5) .....Continue................ statement is used to skip the rest of the statement of current loop block and to move to next iteration of the loop.
Hope it helps!