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