From ad3b13b1ac9f5b54fb88d278e731908b4a9093ab Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 7 Dec 2020 17:23:56 -0700 Subject: [PATCH] removed junk --- day1/day1.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/day1/day1.py b/day1/day1.py index 134116e..9bed33f 100644 --- a/day1/day1.py +++ b/day1/day1.py @@ -1,5 +1,3 @@ -import requests as r - input = open('day1\input.txt','r').readlines() print(input)