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