7 kyu
happy_birthday.3pm.cmd
93 of 139hobovsky
Loading description...
Strings
Unicode
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.
Hello!
I hope you remember Hobovsky. Yesterday, we had an engaging discussion on a particular topic, and I thoroughly enjoyed the problem you presented. I was wondering if you'd be willing to review my solution and share any insights or tips that might help me improve.
Additionally, it would be incredibly motivating for me if you could join our clan in Codewars. Our clan's name is BCFCODEwars. We're also developing an open-source website, BCFCODE.ir, aimed at providing customized reports and charts that Codewars currently doesn't offer but could greatly benefit our community. I would be honored to have you as a VIP member, and your involvement would mean a lot to us.
Hi,
Good job on completing the challenge, I hope you liked it!
About the clan, I am really sorry but I am currently engaged with so many topics, professionsal, personal, and Codewars-related, that I think I will not be able to squeeze in anything more :( But as I said before, you can always come to Codewars Discord server and ask anyone for help with solving, reviewing solutions, or questions on how Codewars work and how to fetch some potentially interesting info.
Cheers!
Can you drop the link for me? I'm curious about it! 😊 (Codewars Discord server and ask anyone for help with solving, reviewing solutions, or questions on how Codewars work and how to fetch some potentially interesting info.)
Lua translation!
How could I process a string with the special unicode character in such a way that it becomes the same thing as it is when its printed?
Very nice idea!
Why, thank you! Hope you had fun!
JS:
Sample && fixed test's
it
block message should be displayed as below:'birthday_balloons.[RTLO]gpj.exe' is displayed as 'birthday_balloons.jpg'
If you mean the quotes around the file names, then done.
Python:
Missing
it
block in random testsAssertion messages should be
f'Incorrect answer for malicious_name = {repr(name)}'
🤦
I will fix later today.
Shold be fixed.
The fixed and sample tests should also add quotes around file names
Should be done, please verify.
The 3rd fixed test has an extra
"
at the frontFixed (I hope).
Finally!