Run Program ❯
Python Home
❯
Run Code
Change Orientation
# A list with mixed data types mixed_list = ["apple", 42, 3.14, True, [1, 2, 3]] # Display the list print("Mixed Data Type List:", mixed_list)