statements are used.
statements.
1. For controlling the sequence of program
loop is used to iterate a block of code as long as the condition
A. Fill in the blanks.
2. Control statements are
3. Elif is the shortened way of saying
and
4. The
true.
5. Python assumes any non-zero and non-null values as
6. The repetition of a set of statements is known as
Answers
Answered by
0
Explanation:
2.A control statement is a statement that determines whether other statements will be executed.
5.Python programming language assumes any non-zero and non-null values as TRUE, and if it is either zero or null, then it is assumed as FALSE value.
6.looping statement
Similar questions