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.
Rejected (Refer to the latest issue here as to why )
Sorry I meant key words )
keyboards ๐
rejecting as deprecated by this one that got approved
Merged.
This comment has been reported as abusive
Question. I came up with a very similar solution. Only difference was I used name.lower()[0] instead of name[0].lower(). I'm not super familar with best practices in terms of performance. But did you choose your solution name[0].lower() because it technically performs quicker than name.lower()[0]?
Thanks for any insight you can provide!
Thanks for sharing, i didn't know theres built in function for this case in math Libraries
I would rather not use buildin keyboards
#11bfr_42x
nice solution . elegant and concise .
This is truly the best practice.
Big lolol
For some reason, when I tried to use the numpy solution, it passed the initial test, but failed the actual test. I did it the more drawn out method (for loop) to pass and then looked at the other solutions. I saw "import math" suggested, and so tried it with that approach, which worked. I wonder why numpy method didn't work for me...
Good to know I'm not original
so wholesome
Loading more items...