print double quotation mark | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

print double quotation mark

enter backslash then the mark you want to show in the text string

3rd Jan 2017, 9:44 PM
paul
paul - avatar
2 Answers
+ 2
If you surround your string with single quotes, you won't need to escape double quotes. E.g.: print('double quote " inside single-quoted string')
5th Jan 2017, 9:22 AM
Igor B
Igor B - avatar
0
thank u Igor
5th Jan 2017, 5:00 PM
paul
paul - avatar