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.
Writing a bunch of
if
's and doing arithmetic is not a novel kata idea, and I think I've already seen an exact same kata before too.new python test framework should be added, no?
@Oliver.Hynds
,Your description doesn't specify that the operations must be applied in a certain order. For this test case:
get_op(2, 2, 4)
my solution returnedmultiply
but you expectedadd
.Also, your kata needs random test cases.
Thanks!
To be fair:
are ambiguous. You should probably force the 2 numbers to be different and > 2