Source Code:
(back to article)
x = [1, 2, 3] print(len(x)) # Output: 3
Result:
Report an issue