Imprima todos os elementos na lista Python fora da string

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