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