Python - Komentar Parse String Untuk Daftar

stringlist = '[ "A","B","C" , " D"]' print(stringlist.split(",")) 
thecodeteacher