Source Code:
(back to article)
fruits = ['apple', 'banana', 'cherry'] print(fruits) # ['apple', 'banana', 'cherry']
Result:
Report an issue