Complete the code to crating strings in double code """ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

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

can I use\thise Shailesh

17th Dec 2018, 10:52 AM
sunita Ambhore
2 Answers
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