- 1
Complete the code to crating strings in double code """
can I use\thise Shailesh
2 Respuestas
0
Good
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"')