Complete the code to crating strings in double code """ | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

Complete the code to crating strings in double code """

can I use\thise Shailesh

17th Dec 2018, 10:52 AM
sunita Ambhore
2 Respuestas
0
Good
17th Dec 2018, 10:55 AM
Zeshan Ahmed
Zeshan Ahmed - avatar
0
Yes you can use \ eg)print("\"sunita\"")#will give "sunita" There is one more solution to this you can even put the "sunita" within single quotes'' eg)print('"sunita"')
17th Dec 2018, 10:59 AM
Rishi Anand
Rishi Anand - avatar