Term3 - Worksheet - L8 - More About Python
Term3 - Worksheet - L8 - More About Python
Term - 3 Worksheet
Grade - 8
Subject: ICT
2. True or False.
1. Jump statements are used to alter the flow of control in a loop. -
True
2. The process of repetition is called a loop. - True
3. While loop uses a counter variable. - False
4. The range () function is used to create a list. - True
5. Jump statements are break and continue statements. - True