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.
Just so you know... using AI generated solutions to complete kata is a good way to get banned.
EDIT: srry for wasting your time i got it forgot to use arrray
This comment is hidden because it contains spoiler information about the solution
This also isn't an issue with the kata. Your function doesn't return anything, so you are returning
None, you should be returning a list of strings. (printing and returning are not the same thing)This comment is hidden because it contains spoiler information about the solution
Why
( -9.21+ -8.97* -0.00+6.51+(5.50+6.81))equals to 7.26... ?You can just try to solve it manually:
-8.97 * -0.00 = 0-9.21 + 6.51 = -2.75.50 + 6.81 = 12.31-2.7 + 12.31 =9.61EDIT: nevermind i found another solution
"Idk why my code doesn't work" is not a kata issue.
Idk why my code doesn't work, tests are buggy
Fixed
We should swap actual and expected? Or also include a size check?
This comment is hidden because it contains spoiler information about the solution
this was all i had to do?
omg
i really should've just read the manual
Or maybe not.
One could argue that order of evaluation of an expression is precisely defined (operator precedence and associativity are all specified), so a conformant solution should not produce results different than reference solution if it applies operations in the correct order.
Big Brain Fxxk Time
Loading more items...