From 9a2844eabaecfa1096cfccb36537c8a832667e0a Mon Sep 17 00:00:00 2001 From: Yohaan Date: Fri, 30 Oct 2020 03:33:17 +0000 Subject: [PATCH] day 7 file handling cleaner code --- day7_file_handling_debt_files.py | 1 - 1 file changed, 1 deletion(-) diff --git a/day7_file_handling_debt_files.py b/day7_file_handling_debt_files.py index 1dcbe28..c5bb58c 100644 --- a/day7_file_handling_debt_files.py +++ b/day7_file_handling_debt_files.py @@ -1,5 +1,4 @@ # Required concepts: https://www.w3schools.com/python/python_file_handling.asp file handling -import os print('Question: Find money owed to friends')