Question 1
Which of the following is a valid python list?
Question 2
What is a list in python?
Question 3
What does the slice notation [:3] do when used with a python list?
Question 4
How are elements separated in a python list?
Question 5
Can a python list contain elements of different data types?
Question 6
How do you access an element in a python list by its index?
Question 7
Which of the following methods can be used to add an element to the end of a python list?
Question 8
How can you find the number of elements in a python list?
Question 9
How do you remove an element by value from a python list?
Question 10
What is the index of the first element in a python list?