CBSE Class 12 Computer Science Question 43 of 105

Python Revision Tour II — Question 4

Back to all questions
4
Question

Question 4

All elements in a list must be of the same type.

Answer

False

Reason — A list is a standard data type of python that can store a sequence of values belonging to any data type.