decode_morse_code.py provides a solution for the following three Codewars challenges:
- Decode the Morse code (simply decode morse codes to plain text)
- Decode the Morse code, advanced (convert bit sequences with a consistent transmission rate to morse codes and decode these morse codes)
- Decode the Morse code, for real (same as previous task but the transmission rate of a message is inconsistent)
Further information can be found in the problem descriptions of the challenges.