Hey everyone,
Here's a question that should be pretty simple that I haven't found the answer to: if I'm using a function that takes some characters in quotes, what do I do if I want quotes to be some of those characters? I.e, if my code says
if c in '!,.?$%'
what would I do if I wanted to include an apostrophe along with !,.?$% for c?