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])
3 Antworten
+ 1
Thanks to all of you. I completed this challenge
0
Ok, do you have idea what sholud i do to display it in one line?
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.