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
Man I didnt think to just capitalize the title -_-, I did an entire if else statement to see if its the first word or not
Clever 100%
I feel so dumb rn because I used min(), max() and imported statistics to do statistics.median([]). I guess I still have much to learn. Only less than a week into all this.
Slick
Brilliant soulutin!
lol
ahahha I used the cosine rule but I could have done this. It always makes me chuckle when I overcomplicate a problem
The time complexity of this solution may not be optimal as for each word it goes through the whole list of minor_words. In the worst case if none of the words in title appears in minor_words it goes through the whole list minor_words and then goes to the else clause.
should it not be self.__list = list[:] instead of self.list = list[:], otherwise print(a.list) prints info but does not reset the list to []?
Thank you!
This comment is hidden because it contains spoiler information about the solution
Can someone explain to me how does it deal with the first word? Thankk you!
That's an awesome explanation. Thank you!
It's taking the stuff inside the ()'s in join() and stringing the elements in the list together with spaces.
Loading more items...