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.
bruh
old thread, but I'd recommend hiding the actual regex in a variable that suggests it's regex so nobody ever has to guess what it is. If you know it's a "regular expression", then yes it's readable.
Approved
absoultely, 100% - very readable imho
would you use this as production code? is it readable enough?
Would adding a multiline operator to the regex be useless?
It is called "type coercion". Quite broad topic.
This comment is hidden because it contains spoiler information about the solution
Please mark your post as having spoiler content when explaining a solution, otherwise it's plainly visible in the homepage.
This comment is hidden because it contains spoiler information about the solution
What does '/\d/g' do?
Forked it with some changes:
Review and approve.
Not an issue. You're outputting too much information to the stdout.
In Python 3.6, I get an error "Max Buffer Size Reached (1.5 MiB)" and I can't submit my code, although it passes all test cases.
Loading more items...