working through day 3

This commit is contained in:
Jake Pullen
2023-12-02 15:26:52 +00:00
parent c83a55e79d
commit c2d362c6b3
73 changed files with 107 additions and 196 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ if no year is specified, the current year is used.
None
'''
# Loop over the range 1 to 25 (inclusive)
for i in range(1, 26):
for i in range(3, 26):
# Construct the folder name
folder_name = f"day_{i}"