• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
thecodix Avatar
Name:Alfredo Romeu
Clan:I did it for science
Member Since:Apr 2016
Last Seen:Jan 2025
Profiles:
Following:3
Followers:5
Allies:1
View Profile Badges
Ad
8 Reasons Why Codewarriors Practice Coding with Codewars
Not everyone trains the same. Discover new ways to leverage Codewars in your education and career.
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (184)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "No zeros for heroes" kata
    • 4 months ago

    done

  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "No zeros for heros" kata
    • 4 months ago

    Fixed in this fork

  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "No zeros for heros" kata
    • 4 months ago

    Fixed in this fork

  • Custom User Avatar
    • ejini战神
    • resolved an issue on "No zeros for heros" kata
    • 4 months ago

    Fixed in this fork

  • Custom User Avatar
    • ejini战神
    • resolved an issue on "No zeros for heros" kata
    • 4 months ago

    Added

  • Custom User Avatar
    • ejini战神
    • created an issue for "No zeros for heros" kata
    • 4 months ago

    Negative numbers are not tested in random tests of

    • Clojure

    • Elixir

  • Custom User Avatar
    • GreRut
    • commented on "No zeros for heros" kata
    • 6 months ago

    Missed an edge case, thanks!

  • Custom User Avatar
    • hobovsky
    • resolved an issue on "No zeros for heros" kata
    • 6 months ago

    Your solution has a bug, it is not a kata issue.

  • Custom User Avatar
    • GreRut
    • created an issue for "No zeros for heros" kata
    • 6 months ago

    Timeout for C#

  • Custom User Avatar
    • Waluigi6
    • commented on "No zeros for heros" kata
    • 6 months ago

    Fun question

  • Custom User Avatar
    • Origami Master
    • commented on "No zeros for heros" kata
    • 7 months ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • victorelgersma
    • commented on "No zeros for heros" kata
    • 7 months ago

    Nice, I can see my mistake now. Thank you for taking the time to reply!

  • Custom User Avatar
    • Chrono79
    • commented on "No zeros for heros" kata
    • 7 months ago

    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.

  • Custom User Avatar
    • victorelgersma
    • commented on "No zeros for heros" kata
    • 7 months ago

    I think this these test cases are wrong:

    10 should equal 105
    -10 should equal -105
    201 should equal 2016

    105, -105, and 2016 don't end with 0

  • Custom User Avatar
    • ChemicalBlueBloo
    • created a suggestion for "No zeros for heros" kata
    • 8 months ago

    Should correct the mention about the zero, its confusing since you expected us to validate it in the test...

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...