Tupel mit nur einem Element in Python

# If you want a tuple with only one element, put a comma after that element
foo = 1,
Rajitha Amarasinghe