Imprima todos los elementos de la lista Python Outside String

print("".join(list/dict) #"" is the character printed between the list elements
Floris_Fireball