A simple text to morse converter for international morse code
- first import the file
import mose_code_converter
- then use the function
morse_code = international_morse_code_converter('hello world')
print(morse_code)
- first import the file
import mose_code_converter
- then use the function
morse_code = american_morse_code('hello world')
print(morse_code)