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.
Python translation: https://www.codewars.com/kumite/64d3955a32a3b58807b30cc2?sel=64d3955a32a3b58807b30cc2
Issue not reproducible. Probably fixed already. Closing.
Thanks for your input! I've changed that line of the description to: 'you should only sum the account values.'
Rather than saying "there may be other numbers in the text, but they will never follow the exact format above.", I would simply say that we should take only into consideration the account values, as it might lead to confusion.
Thanks for pointing this out. This error crept in when I wrote notes according to the random tests, which do include a space after every account value. I have ammended the notes to:
$300
, or-$300.
.Thanks for pointing this out. This error crept in when I wrote notes according to the random tests, which do include a space after every account value. I have ammended the notes to:
$300
, or-$300.
.Why do you insist that there must a be space behind a number, when in fact all testcases demand that there isn't a space in front or behind the number?
This is incorrect. The values to be accounted for do not include spaces after the number.
This comment is hidden because it contains spoiler information about the solution