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.
I saw that too, I changed the syntax and it worked
Thank you!
🤖 says:
I figured it out!
This comment is hidden because it contains spoiler information about the solution
Fix what? "Bravo" doesn't start with "r" or "R", so the test is correct.
Please fix this. Bravo plays banjo!
[Test, Order(3)]
public static void bravo()
{
var expected = "bravo does not play banjo";
Assert.That(Kata.AreYouPlayingBanjo("bravo"), Is.EqualTo(expected));
}
Прикольная задачка
Cool.
Please do not share solutions in kata discussions.
This comment is hidden because it contains spoiler information about the solution
print
returnsNone
, remove it.This comment is hidden because it contains spoiler information about the solution
All work! do not use println use instead format!
In java is not the same "R" and 'R'. You have to use "".
It seriously complained because I put periods in the strings? Strings that were intended to be SENTENCES?
Хорошая задачка на условные операторы. Мне понравилась. Можно и тернарным решить.
Loading more items...