Jungle Camping | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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