Source Code:
(back to article)
my_list = [1, 2, 3, 4, 5] count = len(my_list) print(count)
Result:
Report an issue