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