get rid of quotes in list python code example
Example: how to remove quotes from a string in python
originalString = ""
originalString.strip(characters you want stripped)
originalString = ""
originalString.strip(characters you want stripped)