Next, code a line that updates code to a version where "3" is replaced with "...--".
"3"
"...--"
Make sure to type code = code.replace("3", "...--").
code = code.replace("3", "...--")