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)