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.
Duplicate of https://www.codewars.com/kata/5287e858c6b5a9678200083c
(Not sure if this counts as an issue but it felt more appropriate than the other tags)
Ah no, I figured it out. That's why I called it dumb, I used the wrong variable name in one of my code's lines. The language was python
I was considering this cos I couldn't figure out one dumb bug but it's nice to see that someone actually went and did it
Description doesn't match what's expected for python. Description says that the max is included in the range but including it makes your solution incorrect.
I misunderstood the kata-
I thought all the letters didn't have to be one after the other
There seems to be no anti-cheat in python.
There's no anti-cheat in python.
Exactly, so either change the description and remove that or change the tests.
The part of the description where it says that you need 1 more point than the user's score is wrong. Please fix it.
not not is my new favourite version of bool().
I also love how unnecessarily complex my code is.
I kept trying to use datetime.date.fromisoformat() till I found out that it was added in 3.7.
Does anyone know when the python version on the site will get updated?
This comment is hidden because it contains spoiler information about the solution
Shouldn't this not work?
...this was unnecessarily complex.
For python, I would suggest changing the parameter from str to Str as str is a keyword.
Loading more items...