• 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
rp.hartmann Avatar
Name:Unknown
Clan:FCT UNL
Member Since:Nov 2017
Last Seen:Mar 2023
Profiles:
Following:39
Followers:39
Allies:39
View Profile Badges
Ad
Educator, struggling to assess your students?
Assess your classroom or bootcamp with the world leading assessment platform, Qualified.Request your demo today!
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (7)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Countries Capitals for Trivia Night (SQL for Beginners #6)" kata
    • 3 years ago

    The first question: from the African countries that start with the character E, get the names of their capitals ordered alphabetically.

    You're retrieving countries from all the world. And as OP has already passed the kata, closing it.

  • Custom User Avatar
    • rp.hartmann
    • commented on "Convert A Hex String To RGB" kata
    • 4 years ago

    thank you, i was sure i was not returning the correct object. i was able to do it ;))

  • Custom User Avatar
    • akar-0
    • resolved a question on "Convert A Hex String To RGB" kata
    • 4 years ago

    You must return a dictionary, not a tuple, not a string, nor print anything. Have a look at the test cases.

  • Custom User Avatar
    • rp.hartmann
    • created a question for "Convert A Hex String To RGB" kata
    • 4 years ago

    im having a problem with the output
    python!
    error message:
    Example Tests
    Log
    {'r': 255, 'g': 153, 'b': 51}
    None should equal {'r': 255, 'g': 153, 'b': 51}

    im getting the right results but once i try to return it in the mandatory format its giving me an error.
    im returning a print of a string using format to have the 3 values of the tuple in the correct place.
    can anyone explain what the "return an object" means if it isnt suposed to return a string with the correct syntax?

  • Custom User Avatar
    • rp.hartmann
    • commented on "Binary Addition" python solution
    • 4 years ago

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

  • Custom User Avatar
    • Chrono79
    • commented on "Countries Capitals for Trivia Night (SQL for Beginners #6)" kata
    • 4 years ago

    Please read this: https://docs.codewars.com/training/troubleshooting without seeing your code is almost impossible to decide if it's wrong or it is a kata's problem.

  • Custom User Avatar
    • rp.hartmann
    • created an issue for "Countries Capitals for Trivia Night (SQL for Beginners #6)" kata
    • 4 years ago

    countries
    should pass random tests
    results from randomly generated table
    should return 3 capitals only
    should return only one column
    should return the capital column
    should only return capitals of African countries in order
    expected: "BJSVXETS"
    got: "ABWVQGHH"

    Do i have something wrong? Isn't it suposed to be ABWVQGHH before BJSVXETS since we want the answer in alphabetical order? Everything else is correct.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...