Strings | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuesta
+ 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