how to strip quotation marks in python

Solutions on MaxInterview for how to strip quotation marks in python by the best coders in the world

showing results for - "how to strip quotation marks in python"
Debora
10 Jul 2016
1stripped_string = a_string.strip('"')