Skip to content

Commit

Permalink
Update 2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismudith committed Jul 19, 2022
1 parent 09189cd commit d984d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2020/2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# If you already have the data as an input use:
data = [] # Your Advent Calendar Input
# However, it is highly recommended to run this:
location = "C:\\Users\\dagam\\Downloads\\input.txt" # Path of the input.txt provided from Advent Calendar (Replace '\' → '\\')
location = "" # Path of the input.txt provided from Advent Calendar (Replace '\' → '\\')
try:
with open(location,'r') as f:
data = f.readlines()
Expand Down

0 comments on commit d984d7d

Please sign in to comment.