how to strip quotation marks in python

49

how to strip quotation marks in python -

stripped_string = a_string.strip('"')

Comments

Submit
0 Comments