Expand the function by adding a line that replaces "2" in code with its morse equivalent.
"2"
code
Make sure to pick code, followed by .replace, and finally ("2", "..---").
.replace
("2", "..---")