diff --git a/readwritefiles.py b/readwritefiles.py index 29d42d2..354c61e 100644 --- a/readwritefiles.py +++ b/readwritefiles.py @@ -208,4 +208,7 @@ zip_object.extract('ships.txt') zip_object.extract('characters.txt') -zip_object.extractall() \ No newline at end of file +zip_object.extractall() + + +