To get the content of the file, use .read(). This reads and returns the content of the file.

See that? Reading a file is how you can get the content of the file. This is why the content variable holds the content of code.py.

Make sure to read the content of the file.