- 3
I cannot do the 2nd question of string in python
help me !!!!!!
5 Respuestas
+ 5
View the comments in the lesson, you are most likely to find enlightenment in there from peers' explanation.
+ 3
Santosh Verma try giving the link of the lesson you're facing problem with.
Is it, complete the code to print a string containing a double quote? If yes, you need to use escape character " \" "
0
😓
0
The question is asking you to assign a variable, so that printing it will output
"
Because " without escaping will close the string assignment, the solution is to use backlash to escape the character.
Answer
\"
0
Thank you for suggestions ☺🙂🤗😏😀