PYTHON Lists MCQ
Python MCQ(1) To delete all list items in python which function is used?
(2) Count() method of list is used for ________
(3) Which method of list is used to delete element in python?
(4) Which operator is used to split list items ?
(5) What is the last index of python list while using negative indexing?
(6) Which of the following function is used to convert list items into string?
(7) _______ method is used to fetch and remove list items one after another from last.
(8) Which function is used to count total no of elements in python list?
(9) What is the index of first element in python lists?
(10) In list declaration/initialization which of the following operator is used to separate values?
(11) Appen method of list in python add new value at which position?
(12) Python list can store which of the following data items?
(13) Which of the following is correct syntax of empty list declaration in python