Python list to string with commas and quotes

Python String join() method returns a string by joining all the items of an iterable, separated by a string separator if provided. comma_string="Apple,Banana,Litchi,Mango" We now want to convert comma_string to a list. Similarly, an array is a collection of similar data elements. Example. ................
................