0
string with double quotation marks
How do I print string with double quotation marks?
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/