I NEED HELP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I NEED HELP

What is the output of this code? def shout(word): return word + "!" speak = shout output = speak("shout") print(output)

11th Dec 2017, 10:30 AM
John Macmillan
John Macmillan - avatar
5 Answers
+ 16
shout!
11th Dec 2017, 10:31 AM
Frost
Frost - avatar
+ 10
shout+!=shout! print(shout("There is this thing called code playground"))
11th Dec 2017, 10:33 AM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
+ 8
@John you are less likely to get help with a title like that https://www.sololearn.com/discuss/333866/?ref=app
11th Dec 2017, 12:41 PM
David Akhihiero
David Akhihiero - avatar
+ 5
shout! Consider using the code playground for such things.
11th Dec 2017, 10:33 AM
Harsh
Harsh - avatar
+ 3
@pegasus *lol*
11th Dec 2017, 10:49 AM
storm
storm - avatar