how does one include an apostrophe and double qoutes as a character within a string literal code example
Example: python put quotes in string
# any character with a "\" before it is ignored as syntax and placed in the string
print("\"This should work for you\" I said")