Start converting the code by creating a function convert_to_morse with a parameter code.
convert_to_morse
code
Make sure to pick def followed by convert_to_morse and then (, code, ), :.
def
(
)
: