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.
free pts
ahoy captain!
when Cyraxx writes code
this line...
if Year <= 0 then return 1
really not needed, forgot to remove it.
yikes most people just used built in date functions while i had to solve it by researching ancient date/math formulas O_O
Had to put a lot of time to solve this as it wasn't clear...
in PYTHON had to use tuples and for VB had to learn how to use jagged arrays(but i didn't really see why they didn't ask for multidimension arrays instead).