Ad
  • Custom User Avatar

    Your answers are wrong, for instance, you're returning 10 which ends with 0. These are the three sample tests your code is failing:

    test.assert_equals(no_boring_zeros(1050), 105)
    test.assert_equals(no_boring_zeros(-1050), -105)
    test.assert_equals(no_boring_zeros(2016), 2016)
    

    And the tests are fine.