If i use more than 2 quotation mark ''''''helloworld''''''how the output get | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

If i use more than 2 quotation mark ''''''helloworld''''''how the output get

how the output get

26th Mar 2018, 3:35 AM
Pushkar Patade
Pushkar Patade - avatar
1 Antwort
0
the output will be helloworld. However , if you want to print quotation mark too, just use backslash operator \ before quotation mark. "\"helloworld\""
26th Mar 2018, 3:52 AM
Nilesh
Nilesh - avatar