CBSE · 083Class XII · 2025Section A1 mark

Question 01

4 March 2025 · Computer Science (083)

State True or False : "A Python List must always contain all its elements of same data type."

Answer

False

Explanation

Lists in Python are mutable and heterogeneous, meaning they can hold elements of different data types.