list to tuple python with delimiter code example Example: how can I print all items in a tuple, separated by commas? print(", ".join(str(x) for x in last_position))