print double quotation mark | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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