Remove quotes from String in Python
Just use string methods .replace() if they occur throughout, or .strip() if they only occur at the start and/or finish:
Just use string methods .replace() if they occur throughout, or .strip() if they only occur at the start and/or finish: