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