Python - Commentaire Parse String à lister

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