Delete files.py

This commit is contained in:
Madeleine 2022-03-19 15:15:00 +00:00 committed by GitHub
parent 543f010470
commit b0a25817ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +0,0 @@
def open_file(file_name):
with open(file_name) as f:
lines = f.readlines()
return lines