Since attaching viruses to programs is common, let's open a file to append code to it.

Opening a file so we can append to it is done by adding a comma (,) and "a" inside the parentheses of open().

Awesome! We can now write inside the code.py file.

Not quite. First place the comma (,) and then put "a"