• Bug.

Question related to mission Move Zeros

 

input: [0, 1, 0, 3, 12] output: [1, 3, 12, 0, 0]

But assertion test fails. What's wrong?

5