how to type quotation marks in a string code example
Example: quotation marks in string
print("His name is \"Jonathan\"") //you use backslash + quotation mark to insert quatation mark into a string
print("His name is \"Jonathan\"") //you use backslash + quotation mark to insert quatation mark into a string