It's good practice to close any file we open. So the last step in writing code is closing the file with .close().

Great! Now we don't risk leaving the file open and messing with the data if our program runs for a long time.

Make sure to call .close() on python_file.