Posts

Showing posts from March, 2026

CBSE class 7 Python list loop functions solved exercise question answer worksheet

Image
1 CBSE class 7 Python list loop functions solved exercise question answer worksheet Select the correct option.  Items in a list with five elements will have index from _______.  i. 1 to 4         ii. 1 to 5           iii. 0 to 5          iv. 0 to 4 Ans: 0 to 4 The method used to remove an item from a list is _________.  i. pop()          ii. remove()   iii. both i) and ii)     iv. none of the above Ans: remove()    Each execution of a loop is called _________.  i. cycle         ii. iteration        iii. phase             iv. none of the above Ans: iteration The _________ statement is used to go ahead to the next iteration without executing the remaining statements in the loop  i. continue     ii. break              iii. Else...