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.
i'm feeling like some retarded, lmao :D
yup. although i did the same thing
sigh
Please add tests that check if the returned value only contains unique values.
I managed to solve this kata without checking this case.
Me, trying to be popular on Codewars comment section: "This should be disallowed, it's almost cheating! Plus you didn't really learn anything from this kata!! Python is for noobs!!!"
Also me, to myself: hehe this is brilliant, I wish I thought of this, I love Python
Please expand the task instruction for Python that also the "/" and "//" operators aren't allowed.
It is not explicitly stated what order key-values have to be returned, although in example it is sorted alphabetically. I don't know many programming languages, but in Python dictionary kept order from 3.6, in C# it is not kept. So maybe some clarification is needed.
Oh boy, the makings of a FizzBuzz function. I love CW so much.
Genius solution!
This comment is hidden because it contains spoiler information about the solution
My Solution is nearly the same as yours.
Why did you use a while Loop instead of an elif statement?
What a Solution
I have written a long code for this one and now this does all the same but shorter.
Feeling ashamed.
Really Good use of Comments and Useful Naming on your variables.
This comment is hidden because it contains spoiler information about the solution