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



Don't have a login?

You can still revise this topic