CBSE 2026 · Central · Set 4 · Q8 · 1 mark
If $\displaystyle \mathbf{L}$ is a list with $\displaystyle 6$ elements, then which of the following statements will raise an exception ?
Official answer
From CBSE’s own marking scheme for this paper.
(B)
L $\displaystyle \bullet$ pop($\displaystyle 6$)
Marking-scheme solution
(B)
L $\displaystyle \bullet$ pop($\displaystyle 6$)
Revision of PythonTuplesApplymcq
More from Revision of Python
- State True or False: In Python, data type of 74 is same as the data type of 74.0.2026
- What will be the output of the following code snippet? t = tuple('tuple') t2 = t[2], t += t2 print(t)2026
- Assuming that D1 is a dictionary in Python, (i) Write a Python expression to check if the key, 'RNo' is…2026
- What will be the output of the following statement? print("PythonProgram"[-1:2:-2])2026
- Which of the following statements is true about dictionaries in Python?2026
- What is the output of the following code snippet? s='War and Peace by Leo Tolstoy' print(s.partition("by"))2026
- Write the output of the following code: def Exam2026(given): new=[] for ch in given[1:-1]: if ch.isupper():…2026
- Write a Python statement to perform the following tasks: (USE BUILT IN FUNCTIONS / METHODS ONLY) (i) To…2026
CBSE Class 12 Computer Science past-paper question from the 2026board exam, with the answer as CBSE’s own marking scheme gives it. Where our answers come from.