Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
for the millionth time, my code works fine in pycharm .........why does not it work on codewars.
what do i have to do ....
Add indents after IF, ELIF and after the function definition
It's hard to help without seeing the code.
This comment is hidden because it contains spoiler information about the solution
Read this: https://docs.codewars.com/training/troubleshooting/
Try
Copy/paste, or reusing though with some changes, a code from someone else is considered cheating here. You may be banned for doing this. You need to fix your solution and find a faster approach, or fix bugs in your code. Have a look there: https://docs.codewars.com/training/troubleshooting/
my code runs fine in pycharm but here only three of the test passed....what should i do?
last time the same thing happend i had to copy paste a code from a different guy from iternet to get past that Kata.
use elif instead of if
: It doesn't change anything.use elif instead of if
This comment is hidden because it contains spoiler information about the solution