Beta
Message from Alien (Easy Version)
49olizh
Loading description...
Algorithms
Fundamentals
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.
In the description:
AB[2[3CD]] -> ABCDCDCD
should beAB[2[3CD]] -> ABCDCDCDCDCDCD
Decently challenging - had to learn some new Python features to do it. Very satisfying in the end.
Would recommend fixing description as per rge123's suggestions.
There will only be captical letter, numbers and brackets('[' and ']') in the message. Try : There will only be capital letters, numbers, and square brackets.
When there's a block of code inside brackets, such as [39ABC], it means you need to repeat the letters(ABC) n(39) times. I am unsure what n(39) refers to; maybe just say 39 times?
You final message will only consists of capital letters. Try: Your final message will only consist of capital letters.
Seconding this.
Almost duplicate of this
Sample tests are wrong.
Thanks. I just updated it.
Actual/expected values are still flipped.
Oh right. Just updated the example test. Thanks a lot.
This should solve it. Thanks a lot!
Either the description is missing some info, or this example is wrong.
Thanks. The test example was wrong. I just updated it.
The description is still the same.
Thanks for pointing out that too. Just updated.
This should solve it. Thanks again!