0
Why test case 3 is fail??
n=input().split(" ") list={'Grr':'Lion','Rawr':'Tiger','Ssss':'Snake','Chrip':'Bird'} s=[] for i in n: s.append(list[i]) m=" ".join(s) print(m)
2 Antworten
+ 6
You have spelled "Chirp" incorrectly?
Please link the problem in your question too so we don't have to go through finding the code coach priblem you are referring to.
+ 1
Thank you