Skip to content

Commit

Permalink
Update 3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismudith committed Jul 19, 2022
1 parent a558a30 commit d3f4806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2020/3.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 = "" # Path of the input.txt provided from Advent Calendar
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 d3f4806

Please sign in to comment.