fruits = ["apple", "banana", "cherry"] print(fruits) print(type(fruits))
Click Run to execute this code.