Nice! open("code.py") created a new file named code.py in the current directory.
open("code.py")
code.py
Create a file by starting with open(, placing the file name in between, and ending with ).
open(
)