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.
Very easy to read actually
that's not readable code
With a solution like that, they're allowed!
ooh, this is very clever! Good work.
strings with a " " threw me off.
Nice challenge
PHP 8.0 support
nice comment xD
it was my first idea and solution for this task :D
but he did not let me push it by the lack of word 'while' in my code..
Description should be language-agnostic
Python update (new testing framework)
"Ok, lesson is over. Let us do a task with while."
Not clear?
Java translation(author inactive)
lol showing off
Correct me if I'm wrong but I think the description does not describe at all the actual task. With Hello World! :
-> '!dlroW olleH'
Last character in the original is ! (if we consider punctuation marks as, the description states; otherwise it would be d )
so -> 'dlroW olleH!' or '!lroW olleHd'
Why do you refer to words ? Why and how should we consider words? It's not question about words in the previous instructions.
If punctuation mark has to be counted as part of the world, why isn't it reversed just like the word itself?
How can we get lleHo dlroW! following those instructions ?
I think that
test.it("A voice in the background: \"We finally found the list and dictionary! The list reads: " + str(array) + " while the dictionary reads " + str(dictionary) + ". What I have just said is" + str(finished) + "\"")
should be
test.it("A voice in the background: \"We finally found the list and dictionary! The list reads: " + str(array) + " while the dictionary reads " + str(dictionary) + ". What I have just said is " + str(finished) + "\"")
as my output currently gives me ...What I have just said isTrue
We use the same method, but I am reminded that "specified syntax is not used"(while||do while)
Loading more items...