0
could anyone tell me the string input of this output "Stay hungry,stay foolish "by Steve Jobs
hello guys i wrote the input as print("\"Stay hungry,Stay foolish\"by Steve Jobs") the output is just written as the output mentioned above but still it says that the expected output is not same as my output so guys its of a coding coach named smart talk it is the first coding coach of that lessson called string so if anyone has done it pls tell me because i need that 10 xp
3 Antworten
+ 2
Hi Tawhidul!
You look pretty close!
The problem is that you missed to consider the spaces in given text.
Hope you know python is a case sensitive programming language.
This works fine for me.
print("\"Stay hungry, stay foolish\" by Steve Jobs")
+ 1
show us the attempts please and I think we will be happy to help you.
0
print("\"Stay hungry, stay foolish\" by Steve Jobs")
You welcome, don't miss the space before by