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.
yes, but theoretically if my code was given a powerful enough computer to run on, it could keep outputting new digits of pi indefinitely.
I'm very sorry. I have removed the middle 'W'. I overlooked that when creating the tests. As for the problem below, that was a flaw in my code, which I have fixed. I also changed the wording of the rounding down specification as you suggested. Thank you for the feedback.
I am sure. The While loop does not get evaluated because the current cell's value is 0. Maybe I should have made that more clear in the instructions. I will add to the description: "If you come to a 'W' in the code, while the current cell is equal to 0, skip past the corresponding 'E'."