From e7060df50a337dbfd88884cfdae18afe3e99d40e Mon Sep 17 00:00:00 2001 From: ayush-programer <57296254+ayush-programer@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:37:30 +0530 Subject: [PATCH] Update readwritefiles.py --- readwritefiles.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() + + +