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.
Same here!
well i learned a new word smart aleck thank u :)
i dont remember why but that syntax is not difficult at all. so i think its worth trying
Brilliant! Thanks man, I learned a lot :)
I used the stupid dynamic programming here...
Just assigning the function to another... Brilliant.
exactly same to mine :)
Is there any advantages of using only consecutive
if
s, notif
andelif
statements?@Blind4Basics I see. Got it. I didn't think about inheritance. Thank you.
@Mrtopuh Yes, after writing code, I could know that it's not much shorter when using
isinstance
.This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
DON'T HARDCODE yourself, my friend.
how about this?
Hard coding exploits you inside.
str
itself is a Sequence in Python, so just useaeiou
, not as a list. :)Loading more items...