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