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.
This comment is hidden because it contains spoiler information about the solution
forgot one thing - i think after compiling its a differents (arduino work like this)
funny :D thanks i learned something new about python :D
This comment is hidden because it contains spoiler information about the solution
to load the complete sys modul is not best practices... only my 2 cents
This comment is hidden because it contains spoiler information about the solution
oh sorry - my bad.
i was so proud on this:
def solution(string, ending):
return (string[len(string)-len(ending):len(string)] == ending)
then is saw yours...xD have to go more simple ^^
thx i learned something new :D nice solution and good for a few things :D