Como tirar aspas de aspas em Python

stripped_string = a_string.strip('"')
Foolish Flamingo