cara mengonversi daftar ke string oleh newline python

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