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