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