Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how can I print all items in a tuple, separated by commas?

print(", ".join(str(x) for x in last_position))
 
PREVIOUS NEXT
Tagged: #I #print #items #separated
ADD COMMENT
Topic
Name
3+6 =