Input seems correct. First I had 2 if-statements in the for-loop with correct output. Changed it to an if and an else if-statement. Still not passing the test. Changed it to 2 seperate for-loop with if-statements. Still not passing the test. What am I doing wrong?