+ 2

How can i complete the code to create a string containing a double quote?

9th Sep 2017, 6:41 PM
Dilson Garcia António
Dilson Garcia António - avatar
2 odpowiedzi
+ 12
#another way to do that print (' "hello world" ')
9th Sep 2017, 6:56 PM
Lord Krishna
Lord Krishna - avatar
+ 4
here! str = "strings and \"quotes\"" print (str)
9th Sep 2017, 6:44 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar