0

string with double quotation marks

How do I print string with double quotation marks?

20th May 2020, 7:23 PM
Steve Biko
Steve Biko - avatar
2 Respostas
+ 4
Much like 𝐊𝐱𝐱𝐛𝐹 𝐆𝐡𝐚đČđšđ„ said, you can either use a single quotation mark or escape the double one with the backslash "\". Refresh the lesson here about character escaping: https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2274/
20th May 2020, 7:57 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar