w=["as","3e","1"] a='vf'.join(w) // w neccessarily needs to be a list of strings. print(a) //displays string asvf3evf1