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.
thats my point, python has ceil and floor but no "round" function. the closest thing i could implement still wouldnt work unless i got lucky on the randoms
EDIT: I follow now, I (initially) wasn't able to find reference for that round function you linked. I made this comment on my phone initially and didn't see the link you provided.
Thank you for the explanation and information!
This comment is hidden because it contains spoiler information about the solution
Sorry for the misunderstanding, I must've misread the text
Thanks!
So it was requiring me to return false for 46163, which is 19^3 + 34^3. I hardcoded a workaround, but was anyone else having issues with this?