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.
Needs random tests for Python.
Multiple typos. (Python)
Return a string with name and balence(see examples) -> Return a string with name and balance(see examples)
Adds money to baleance -> Adds money to balance
No input numbers will be negitive -> No input numbers will be negative
Python needs random test cases.
This Kata is tagged with Classes. It doesn't have to do with Classes. Please remove the tag.
Needs random tests for Python.
The "Bugs" tag should be added.
Needs random tests for Python.
Needs random tests.
Needs random tests for Python.
Okay. Thank you for explaining.
Well ROT47 is an established cipher. ROT27, ROT52, ROT100, and ROT 128 are not.
https://en.wikipedia.org/wiki/ROT13#Variants
There is not a Kata for ROT47, a variant of ROT13.
If you do find the motivation to rewrite the description to be better, do post it here.
I've searched codewars to see if there was a ROT47 Kata already created. There wasn't.
How do you find the decription convoluted? How do you find the description lacking in clarity?
I've updated to description with:
"Spaces in the input string are to be left alone and not encoded/decoded. "
I've fixed this issue.
Loading more items...