Suguna Pip School, Coimbatore (A CBSE Affiliated SR - Sec.School) Informatics Practices Grade Xi Revision Term1 Worksheet - 1
Suguna Pip School, Coimbatore (A CBSE Affiliated SR - Sec.School) Informatics Practices Grade Xi Revision Term1 Worksheet - 1
A. selection
B. repetition
C. sequence
D. flow
A. [0, 2, 4]
B. [1, 3, 5]
C. [0, 2, 4, 6]
D. [0, 6, 2]
A. 11
B. 12
C. Error
D. 3
A. value1
B. 5
C. {"value1":5}
D. Error
10. What will be the result after the execution of above Python code?
list1=[3,2,5,7,3,6]
list1.pop(3)
print(list1)
A. [3,2,5,3,6]
B. [2,5,7,3,6]
C. [2,5,7,6]
D. [3,2,5,7,3,6]