CBSE Class 11 Informatics Practices Question 73 of 80

Lists in Python — Question 3

Back to all questions
3
Question

Question 3

A list can contain heterogeneous values.

Answer

True

Reason — A list can contain heterogeneous values, meaning it can store elements of different data types.