>>>" "pls anyone complete this code to produce a double quote string? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

>>>" "pls anyone complete this code to produce a double quote string?

Py

29th Oct 2019, 8:18 PM
Dayo Stanley Osagie
Dayo Stanley Osagie - avatar
6 Antworten
+ 4
you should give us a better undertanding of what you are asking. please sow us also what you have coded for this task so far.
29th Oct 2019, 8:34 PM
Lothar
Lothar - avatar
+ 4
Here a sample in python that works: print('hello \"pyhon\" ') # output: hello "pyhon" or: print("hello \"pyhon\" ") # output: hello "python"
30th Oct 2019, 11:52 AM
Lothar
Lothar - avatar
+ 3
I have used backslash to escape the quotation marks it didn,t work
29th Oct 2019, 8:37 PM
Dayo Stanley Osagie
Dayo Stanley Osagie - avatar
+ 2
"\"
29th Oct 2019, 8:37 PM
Dayo Stanley Osagie
Dayo Stanley Osagie - avatar
+ 2
Thank you
30th Oct 2019, 5:56 PM
Dayo Stanley Osagie
Dayo Stanley Osagie - avatar
+ 1
" " means empty string ; " with some characters " means not an empty string; >>> " " means to point out / get or read the string that you are trying to declare. and I think with this, I hope you can find out the answer to your question.. Tagay!!!
29th Oct 2019, 11:55 PM
spyrax10
spyrax10 - avatar