CBSE Class 11 Computer Science Question 77 of 82

Lists in Python — Question 5

Back to all questions
5
Question

Question 5

A list is stored in memory as integer.

Answer

False

Reason — A list is not stored in memory as a single integer. Instead, it is stored as a collection of references to the elements it contains.