Run
fruits = ['apple', 'banana', 'cherry'] output = dir(fruits) print(output)
Output