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