Como converter uma lista em uma string da Newline Python

var = "\n".join(myList)
Jenova