How do I write this following popular saying in this same format by Steve jobs: "Stay hungry, stay foolish" by Steve Jobs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I write this following popular saying in this same format by Steve jobs: "Stay hungry, stay foolish" by Steve Jobs

It has to do with backlash \ string but I don't know how to write the correct code,I've been getting errors after much trying

9th Jan 2022, 7:59 AM
Olabode Sodiq Idowu
Olabode Sodiq Idowu - avatar
5 Answers
+ 5
You need to remove the space at the beginning of the string. "\"Stay...
9th Jan 2022, 8:09 AM
Simba
Simba - avatar
+ 4
print("\"Stay hungry, stay foolish\" by Steve Jobs")
9th Jan 2022, 8:15 AM
Simba
Simba - avatar
+ 1
Got it,thank you
9th Jan 2022, 8:16 AM
Olabode Sodiq Idowu
Olabode Sodiq Idowu - avatar
0
Print("\" Stay hungry, stay foolish\" by Steve Jobs")
9th Jan 2022, 8:06 AM
Olabode Sodiq Idowu
Olabode Sodiq Idowu - avatar
0
I did,still didn't work
9th Jan 2022, 8:14 AM
Olabode Sodiq Idowu
Olabode Sodiq Idowu - avatar