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.
done
i assigned the result string "Take..." without "\n", and then added a check: if it was the last character of the original string, then the work is completed (break), otherwise the result string adds "\n". And then there won't be an extra "\n" at the end of the resulting string.
i tried implementing a simple solution in Java and the tests should be ok. Could i get some more details on the error if thats alright with yall? thanks
+, same
Hi guys,does anyone had the problem with \n? my code is perfectly working but when i'm trying to append it he founds the error at the test where is used \n in my porgram i used \n nod println ,why is he not working does anyone know? in my compilator is show how it should show but in the test it only sees the first row and nexts dont =((
typo in the last sentence:
.
'didn't see that. Updated already...
.
This comment is hidden because it contains spoiler information about the solution
not sure if it has always been like this, anyway not an issue now
up?
The initial spec gives the directions to step in uppercase:
but the actual output is expected in lowercase:
The former should match the latter as this creates unnecessary confusion.
Loading more items...