
Python list operations
Quiz by Oak National Academy: KS3 Computing
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
4 questions
Show answers
- Q1Which list method can be used to add an item to the end of a list?`list.remove()``list.add()``list.insert()``list.append()`30s
- Q2Which list method can be used to remove the last item from a list if you do not know the index of the last item?`list.pop()``list.delete()``list.remove()``list.append()`30s
- Q3The operation `list.sort(reverse=True)` sorts a list in ______ orderUsers enter free textType an Answer30s
- Q4What list method is used to find the index of a specific item?`index.find(item)``list.find(item)``list.search(item)``list.index(item)`30s