I am trying to erase all question marks(\'?\') from a .txt file. I tried tokenizing all content and printing it back like this:
with open(\'my.txt\', \'r\') a