- 1
Write a program to output his most famous quote in the following format: "Stay hungry, stay foolish" by Steve Jobs
The man, the legend, Steve Jobs said a lot of cool stuff. Write a program to output his most famous quote in the following format: "Stay hungry, stay foolish" by Steve Jobs
5 Antworten
+ 2
Hi ANIKET!
Code practices are given to improve our knowledge. It's not good to ask to solve them for you.
For this practice, You just need to apply your knowledge about escape characters. Go through the required lessons and try to do it by your own.
+ 1
I don't know much about python but I think you need to escape single/double quotes in most cases, correct me if I'm wrong.
0
print('"Stay hungry, stay foolish"')
# note: '"= ' + "
0
print('"Stay hungry, stay foolish"')by Steve Jobs
Are this correct
0
ANIKET KUMAR Its just single line of code, Cant you try instead of asking "Is this this correct".