Jungle Camping why doesny work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Jungle Camping why doesny work?

voic = { 'Grr':'Lion', 'Rawr':'Tiger', 'Ssss':'Snake', 'Chirp':'Bird' } x = input().split() for i in x: print(voic[i])

31st Jan 2020, 12:32 AM
Karolina
Karolina - avatar
3 Answers
+ 1
Thanks to all of you. I completed this challenge
31st Jan 2020, 4:13 AM
Karolina
Karolina - avatar
0
Ok, do you have idea what sholud i do to display it in one line?
31st Jan 2020, 12:42 AM
Karolina
Karolina - avatar
0
Check the sample output they have given...It's all on one line......that could be the problem. And...I think they need ONE string as the output...that's how I coded mine anyway.
31st Jan 2020, 12:50 AM
rodwynnejones
rodwynnejones - avatar