True or False 1. Python facilitates the use of control statements to change the fl ow of execution of programs. 2. The while loop is not a keyword supported by Python. 3. A loop cannot repeatedly...

True or False

1. Python facilitates the use of control statements to change the fl ow of execution of programs.


2. The while loop is not a keyword supported by Python.


3. A loop cannot repeatedly execute a block of statements for a specifi ed number of times.


4. A loop cannot be nested.


5. The continue statement is a keyword.


6. The break statement is used to terminate from the loop.


7. The break statement is not a keyword.


8. The while statement is terminated by a semicolon (;).


The meaning of while(1) implies it is true.


10. Indentation does not play a major role for the statements within the body of a loop.



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here