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.
lol this was three years ago... i got it now haha
Filtering out patterns less than 4 is not part of the challange. So why would it be included?
Out of curiosity, in case you're wondering, for the Android lock screen, valid patterns must have between 4 and 9 dots,
So this isn't part of it...?It starts with a comment:
//
Very nice. I still don't understand what stepped ranges are but Im sure googling could figure it out. Although having some sort of example would be nice
Edit: NVM you fixed this I didn't notice
Everything Blind4Basics said has come up for me as well as the output of
'minute 1 15 16 17 0 10 20 30 40 50\nhour 0\nday of month 1\nmonth 1\nday of week 1' should equal 'minute 0 1 10 15 16 17 20 30 40 50\nhour 0\nday of month 1\nmonth 1\nday of week 1'
is TERRIBLE to read and Im sure you could come up with a better way of solving it.Please make the directions better. This line isn't necessary and is misleading as it is one of two exapmples
According to crontab.guru 5 4 31 2 * would occur “At 04:05 on day-of-month 31 in February.”
And overall they're just hard to readbruh
Im pretty good at python, but solutions like this still elude me. I can understand them, but its hard to engineer them, any tips?
The . just makes it into a float correct? Same function as
100.0
?