CBSE Class 12 Computer Science Question 41 of 105

Python Revision Tour II — Question 2

Back to all questions
2
Question

Question 2

A list may contain any type of objects except another list.

Answer

False

Reason — A list can store any data types and even list can contain another list as element.