🎴 Flashcard Mode
Python and Java Programming Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Do the list structure can have different data types ?
AnswerClick to flip back
A
True
💡 Explanation:
Python lists are heterogeneous data structures that can contain elements of different types within the same list object, such as integers, strings, floats, or even other lists.