Question 1
Which operator can be used to find the index of an element in a list in python?
Question 2
Which operator is used to concatenate two lists in python?
Question 3
Which operator is used to check if an element exists in a list in python?
Question 4
Which operator can be used to remove an element from a list in python?
Question 5
What is the result of the expression in python?
Question 6
What does the in operator return when applied to a list and an element is not found in the list?
Question 7
Which operator can be used to compare two lists element wise in python?
Question 8
What does the += operator do when used with a list in python?
Question 9
What is the result of the expression in python?
Question 10
What does the * operator do when applied to a list in python?