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.
Rust translate
I did a while loop in for loop, but I kept getting time out...
https://docs.codewars.com/training/troubleshooting#expected-the-same
Probably because your code returns a wrong answer. If the only thing you did was replacing print with return, then your code only returns a part of the whole string.
When I use return Instead it is still saying I failed the tests
You're printing the result to the console instead of returning it.
Still dont know why
https://docs.codewars.com/training/troubleshooting#expected-the-same
Why does this Code linked to this not Work as a solution I got the same output as displayed
I wrote a code that gives me the same result as the output in the instructions, but it keeps giving me errors when I test it on the code compiler.
Why is this particular exercise in 8 kyu? Definitely not an "easiest" coding problem. I think of easiest as very beginner type of functions and 7 kyu as stretching the easiest to figure out to include an extra step or two.
Approved
Lua translation ready for review and approval ! Thanks
Approved
This comment is hidden because it contains spoiler information about the solution
Loading more items...