6 kyu
Alphabet slice puzzle!
138KH!
Loading description...
Puzzles
Strings
Functional Programming
Restricted
View
Career Accelerator
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.
This comment has been hidden.
I solved the problem according to all the conditions. What does this inscription mean: Imagine using str in your solution: 'str' should equal False? All tests have been passed. And I didn't use STR!
You used
.strip
, there's "str" there.Hmmm... Thanks.
Interesting kata :)
dude what do you exactlx want? "Imagine using " in your solution: '"' should equal False"
Even ChatGPT doesnt know what you mean by that. I tried 1000 things and you are still not satisfied what is this shit
Your code has
"
(quote character) in it. The kata doesn't allow you to use that.From the description:
This comment has been hidden.
I was too emotional after 1000+ failed attempts
This comment has been hidden.
This comment has been hidden.
Add
[Code Golf]
to the kata titleI still can't understand Imagine using " in your solution: '"' should equal False
You're using quotes in your solution, which are forbidden. This is one of the trickier parts of this kata :P
ok thanks
dang no str means no stripping :C
All my homies love stripping, FRFR.
Stripping? Sir, this is a codewars Kata.
This comment has been hidden.
You're using
'
in your code, which is not allowed.Next time, use spoiler flag when posting your code.
Nice kata! Restricted katas are always a 50/50 for me, whether they are very fun or horrible; at least this one fell on the good side. The only thing that bothers me is the choice of
slice
for the name of the function, but it doesn't really matter, so it's fine.I will bear that in mind for next time.... You may not know but I have a reputation as a guy who is good at naming stuff so I will have to make sure my legacy is not tarnished by this one mishap :)
look at one of the current solutions how
slice
is not such a bad name afterallThis comment has been hidden.
Yeah I thought it might have been a very deliberate choice
This was insane. Took me 4 hours to crack. Amazing Kata, KH! This is the stuff im on CW for.
Yo thanks! I am glad to have made someone's day over here.
Tell me pls, what does it mean?
"Imagine using [ in your solution: '[' should equal False"
You're not allowed to use
[
or]
thanks, didn't see special conditions)
Should have
Restricted
tagI am definitely bad at tagging lol
added by author
Interesting kata. The relatively high char limit allows for lots of variation and creative solutions.
Thanks. Also that probably was the case because my own solution was longer.... not all skill issues are bad :)