• 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
suanow Avatar
Name:Unknown
Clan:Unknown
Member Since:Aug 2020
Last Seen:Mar 2025
Profiles:
Following:1
Followers:1
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (8)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Chrono79
    • commented on "Sudoku Solution Validator" kata
    • 3 years ago

    Make a fork, add the tests you want. And you're contradicting yourself saying how to pass the random tests. How is that not "giving any meaningful information about how to solve the problem"?

  • Custom User Avatar
    • thinker.xt
    • commented on "Sudoku Solution Validator" kata
    • 3 years ago

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

  • Custom User Avatar
    • Chrono79
    • resolved a question on "Sudoku Solution Validator" kata
    • 3 years ago

    Hi, read this: https://docs.codewars.com/training/troubleshooting/#print-input

  • Custom User Avatar
    • suanow
    • created a question for "Sudoku Solution Validator" kata
    • 3 years ago

    Hey guys! How can we see the inputs of the tests, which are not passed? I got 6 random test failed and can't understand what's wrong with the code

  • Custom User Avatar
    • Yusuf777
    • commented on "Take a Ten Minutes Walk" kata
    • 3 years ago

    I have the same problem?

  • Custom User Avatar
    • suanow
    • commented on "Take a Ten Minutes Walk" kata
    • 3 years ago

    TY!

  • Custom User Avatar
    • akar-0
    • commented on "Take a Ten Minutes Walk" kata
    • 3 years ago

    The test is:

    test.expect(not is_valid_walk(['w']), 'should return False');
    

    The problem is tests using test.expect are hardly redable (I believe those tests should be rewritten).

    test.expect checks if its first argument is True. If it is not, the test fails and the message (the second argument) is displayed.

    So actually this test checks that (not is_valid_walk(['w']) is true <≃> is_valid_walk(['w'] is false.

  • Custom User Avatar
    • suanow
    • commented on "Take a Ten Minutes Walk" kata
    • 3 years ago

    Can anyone please explain why "not is_valid_walk(['w'])" should return False but not True?

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...