Activities
Flashcards
Revise
Blog
Contact Us
Login
Qualifications
6.3 Data types and structures
Arrays (Lists) - Quiz
1. How do you create an empty list in Python?
Using empty curly braces {}
By writing 'empty'
Using empty square brackets []
With the list() function without arguments
2. Which method adds an item to the end of a list?
push()
add()
append()
extend()
Log in or sign-up to access the quiz
Login or sign-up using...
Sign-in with Google
Sign-in with Microsoft
Login using a Magic Link
Don't have a login?
You can still revise this topic
Flashcards: Arrays (Lists)