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