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.
You dont need to keep your solution in one function. You can submit a solution which has more than one function.
OP SOLVED IT, CLOSING
With human_years = 2, human_years >= 1 would enter your first if condition, in fact, any number greater than 1 will. You're always returning
[human_years, 15, 15]
i
is not the index infor i in arr
, it's the element itself.