Run »
myTuple = ("John", "Peter", "Vicky") x = "#".join(myTuple) print(x)
John#Peter#Vicky