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