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! I'm used to Python and just finished a Java crash course. Went straight here so I could learn all the different methods I could use.
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
nothing much just python being pythonish :D
Trouble with other test row 'this is an in#line hash'.
it just doesn't work with floats at all. And integers have infinite precision in python
note, this is not efficient (O(N²))
Is there a best practice for using raw strings? I'm still learning and want to always use them so I don't forget. Also, if I go back and edit a regex, I don't want to worry about adding it in or taking it out and causing an issue.