Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Getting A Bit Morse Involved
Captain, we're recieving a transmission! It seems to be in some old-fassioned kind of code. Can you decode it?
Decode and the message and return it as a lower-case string.
1
2
3
4
5
6
def decode_message(message):
# Decode the message
return message
Enter to Rename, Shift+Enter to Preview
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content