Daftar format menjadi string python

lst = ["hi", "there"]
print(", ".join(lst))

cli
--------------
hi, there
Fair Finch