Run Program ❯
Python Home
❯
Run Code
Change Orientation
# Define a list my_list = [10, 20, 30] # Check the type of the variable print("Data Type of my_list:", type(my_list))