Complete the code to create a string containing a double quote. >>> " \ " | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Complete the code to create a string containing a double quote. >>> " \ "

Complete the code to create a string containing a double quote. >>>

24th Jun 2020, 10:19 AM
Shovit Khanal
3 Answers
0
????
24th Jun 2020, 10:23 AM
Shovit Khanal
0
If you want to use double quotes in your string you can write like this print( ' "Double Quote" ') output will be string containing double quotes Output: "Double Quote"
24th Jun 2020, 11:13 AM
uday kiran
uday kiran - avatar