Informatics Practices
A list is stored in memory as integer.
Python List Manipulation
1 Like
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.
Answered By
1 Like