Liste in einer Textzeile in Python

list_in_one_string = ''.join(list)
print(list_in_one_string)
Obnoxious Opossum