Multiple choice technology programming languages

Do the list structure can have different data types ?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
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.