AttributeError: ‘list’ object has no attribute ‘replace’ when trying to remove character
I am trying to remove the character ‘ from my string by doing the following This gives me the error AttributeError: ‘list’ object has no attribute ‘replace’ Coming from a php background I am unsure what the correct way to do this is?