If i use more than 2 quotation mark ''''''helloworld''''''how the output get | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
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