+ 2
Complete the code to create a string containing a double quote.
>>> " "
1 Answer
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.