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