Challenge: Decode the Message
Decode the message with decorators.
We'll cover the following...
Problem statement
In this problem, you’re required to decode a message. You have to implement a function clean_message
decorated by decode
. By decoding, we mean:
- Filter out all the characters that are not the digits.
- Sort