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