I am trying to write it like this:
str.replace("'", """)
but it gives me an syntax error, how to properly write this?
use escape str.replace("'", "\"")
str.replace("'", "\"")