Retired
ROT 13 Decode/encode (retired)
14 of 31no one
Loading description...
Algorithms
Logic
Puzzles
Games
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
I win.
I think "limit" is usually understood as up to including that number, not less than it. Also, it would be helpful if the rejection message didn't just say "Length should be less than X" but also said what the length is.
Python 3.4 issue:
but according to your tests it has more than 90 characters
Please share your code
This comment has been hidden.
This comment has been hidden.
I updated the last one , I was actually updating the code and you caught me just at the wrong time..Ok will do.
Sorry for any inconvenience
Python:
NameError: name 'c' is not defined
I wasn't getting that error ? Nonetheless I fixed it. since I have an idea what might have caused it. Try again?
Sample tests in Python use
.call
.Oops , I merely copied them from Ruby sorry about the inconvenience.
Fixed
Duplicate, until length check is done in every language.
Can you tell me how it is done in ruby ?
The same way as in Python, solutions are in the same file everywhere.
OH, RIP me. thanks. I will get on it.
Hi , I added JavaScript translation as well , and also implemented a 36 char limit for ruby.