Multiple choice technology programming languages Do the list structure can have different data types ? True 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.