print double quotation mark | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
+ 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 Respostas
+ 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