Source Code:
(back to article)
fruits = ["apple", "banana", "cherry", "durian", "elderberry"] second_fruit = fruits[1] print(second_fruit)
Result:
Report an issue