6 kyu
Simple Fun #78: Build Palindrome
424 of 819myjinxin2015
Loading description...
Puzzles
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.
A very good Kata! Thanks to author!
python new test framework is required. updated in this fork
Approved
C# tests generate warnings -->
tests/Fixture.cs(98,15): warning CS0219: The variable 'passed' is assigned but its value is never used
Ruby translation should be updated to version 3.0, see relevent information here: https://github.com/codewars/content-issues/wiki/List-of-Ruby-Kata-to-Update
Enabled in this fork + cleaned tests
@myjinxin2015, thank you so much for this great brainstorm kata :) Cheers!
Happy coding ;-)
Hi,
In python, the variable name
str
is used to be the keyword for the string type. So it would be nice to replace it withs
orstrng
or whatever isn'tstr
(...or another keyword... ;) )Cheers,
B4B
Thank you
^_^
Fixed(str-->s
)This comment has been hidden.
Silly me. Hahaha! Thank you ;-)
Huh ?!?
and
and quite a number of similar strings ..
And it's not you should append at least one character. Because
Add one line, hope fixed. Thanks ;-)
Yeah, looks like it's fixed. Thanks!