From 3e1e003b010669926f39789287d611cd51ba1821 Mon Sep 17 00:00:00 2001 From: Mudith Daga Date: Sat, 16 Jul 2022 22:58:00 +0530 Subject: [PATCH] Update 4.py --- 2020/4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2020/4.py b/2020/4.py index 10584d5..b341a68 100644 --- a/2020/4.py +++ b/2020/4.py @@ -1,5 +1,5 @@ # If you already have the data as an input use: -data = [] # Your Advent Input +data = [] # Your Advent Calendar Input # However, it is highly recommended to run this: location = "" # Path of the input.txt provided from Advent Calendar try: