Unmix My Strings
unmix("123456") ➞ "214365"unmix("hTsii s aimex dpus rtni.g") ➞ "This is a mixed up string."unmix("badce") ➞ "abcde"
Input: hTsii s aimex dpus rtni.g, Output: This is a mixed up string.
Input: 214365, Output: 123456
Input: badce, Output: abcde
Question Reference: https://edabit.com/challenge/XRAGxXj4KtakkvD3F
No comments:
Post a Comment