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

Jungle Camping

All cases passed except 3rd.. I’m not confused now.. take a look at my code and correct me please.. Thanjs https://code.sololearn.com/cvqysOrnBX6h/?ref=app

29th Jan 2020, 8:34 AM
sandeep
sandeep - avatar
4 Answers
+ 7
sandeep , I think it should be "Bird" not "Birds" 🐱
29th Jan 2020, 8:39 AM
TheWh¡teCat 🇧🇬
TheWh¡teCat 🇧🇬 - avatar
+ 2
👌🏼 Thank You! TheWh¡teCat 🇧🇬
29th Jan 2020, 8:45 AM
sandeep
sandeep - avatar
20th Oct 2020, 8:47 AM
イデリセ{非活性}
イデリセ{非活性} - avatar
+ 1
sound = list(input()) for x in sound: if x == "G": print("Lion" , end = ' ') elif x == "R": print("Tiger" , end = ' ') elif x == "S": print("Snake" , end = ' ') elif x == "C": print("Bird" , end = ' ')
22nd Mar 2022, 11:01 AM
Max Im