Complete the code to create a string containing a double quote >>>" " | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Complete the code to create a string containing a double quote >>>" "

12th May 2020, 10:00 AM
Zulaihat
2 Antworten
0
To output a string with double quotes, you would just need to use a backslash followed by the double quote to make sure that it doesn't end the string. It should be "\""
12th May 2020, 10:04 PM
Rahul chahar
Rahul chahar - avatar
0
Thank you Rahul
13th May 2020, 7:59 AM
Zulaihat