python_ref_string_join_1.py:
x
 
myTuple = ("Bill", "Steve", "Elon")
x = "#".join(myTuple)
print(x)