Python - Комментарий Sacelse String, чтобы перечислить

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