+ 2

Complete the code to create a string containing a double quote.

>>> " "

29th May 2018, 12:00 AM
Mahmoud Saad
Mahmoud Saad - avatar
1 Resposta
0
my_str = ‘“No”, he said, “I am your father”’ Above, ‘ starts and ends the string object, and “ is just another character in that string. You can start strings with ‘ or “, but then you must end it the same way.
29th May 2018, 2:11 AM
Pedro Demingos
Pedro Demingos - avatar
Quente hoje
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
help
0 Votes
AI
2 Votes
APIs
1 Votes