Strings | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Strings

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

9th Mar 2019, 8:42 AM
awais arif
awais arif - avatar
1 Answer
+ 7
Quotes have a special meaning so you need to escape it like this "\"hi\"" this will print "hi"
9th Mar 2019, 8:50 AM
D_Stark
D_Stark - avatar