Распечатайте каждый элемент в списке Python вне строки
print("".join(list/dict) #"" is the character printed between the list elements
Floris_Fireball
print("".join(list/dict) #"" is the character printed between the list elements