Run Program ❯
Python Home
❯
Run Code
Change Orientation
# List with different data types my_list = ["Hello", 100, 45.6, False, [1, 2, 3]] # Display the list print("List with Mixed Data Types:", my_list)