quotation marks n string

Solutions on MaxInterview for quotation marks n string by the best coders in the world

showing results for - "quotation marks n string"
Giovanni
17 Mar 2016
1print("His name is \"Jonathan\"") //you use backslash + quotation mark to insert quatation mark into a string
Lina
10 May 2020
1print("His name is \"Jonathan\"") //you use backslash + quotation mark to insert quatation marks into a string
2