+ 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
+ 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