cara mencetak daftar tanpa tanda kurung dan koma ular surut
#How to remove brackets and commas from a list (Python)
#Converts list to a string, strips brackets from new string, then replaces all apostrophes with empty spaces
print(str(listData).strip('[]').replace('\'', ''))
miss ma'am