Ad
  • Custom User Avatar

    Hey @Ebenezer D. and welcome to Codewars!

    Are you confused by the Codewars interface/environment and how to submit your solutions? There is this document here:

    https://docs.codewars.com/getting-started/solving-kata/

    which may be useful; alternatively you can join the Codewars discord (link in sidebar on the left) - there is a dedicated #beginners channel where you can get help starting out with the site.

    But basically, you can pretend that you are working on your local PC - try to write a function that solves the given kata task, test it with a few different inputs to see if it works as you'd expect. Then you just copy paste that into Codewars and that's roughly all you have to do - Codewars will test your solution usings the test data that you can see in the bottom right of the screen, in the section "Sample Tests".

  • Custom User Avatar

    Hello guys, I just got into python and I was wondering how to understand the questions and give sensible answers or solutions. The problems seem easy enough but I don't know where to start from. Any help is appreciated.