I have some troubles with puzzle Hunger Games, easy level. I solved it local, copied code in Coding Game window and play first test case. Output shows that answer is correct, but there is a mistake
" Failure
Found:
Na…
Expected:
Nothing"
What does it mean? What the “Na…” ? Can someone explain it? Thanks in advance
See the expected output : Separate each Tribute’s information with a blank line.
It seems you don’t do it…so Nothing (blank line) is expected and you output something like Name : blah blah
Expected output for test 1 : Name: Bowser Killed: None Killer: Mario
Name: Mario Killed: Bowser Killer: Winner
Check that you have the empty new line between Killer: Mario and Name: Mario.