0
String
Complete the code to complete the string Containing the double quot string >>>" "
2 odpowiedzi
+ 1
>>>'"hello"'
(Double quotes string withing single quotes)
+ 1
you need to escape character \" since the string is wrapped in " " already.
' " ' using it inside single quotes would work too. (not for this case)