From 1778c1fdb20487b7057046073a6f7a543ea509c4 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Mon, 9 Dec 2024 14:14:33 -0800 Subject: [PATCH] Add files via upload --- py/pytudes.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/py/pytudes.py b/py/pytudes.py index 8171f29..9775dd9 100644 --- a/py/pytudes.py +++ b/py/pytudes.py @@ -23,7 +23,8 @@ notebooks = { 'How many electoral votes would Trump get if he wins the state where he has positive net approval?')], 'Advent of Code': [ -('Advent of Code 2023', 2023, 'Advent-2023.ipynb', 'Puzzle site with a coding puzzle each day of Advent, December 2022'), +('Advent of Code 2024', 2024, 'Advent-2024.ipynb', 'Puzzle site with a coding puzzle each day of Advent, December 2024'), +('Advent of Code 2023', 2023, 'Advent-2023.ipynb', 'Puzzle site with a coding puzzle each day of Advent, December 2023'), ('Advent of Code 2022', 2022, 'Advent-2022.ipynb', 'Puzzle site with a coding puzzle each day of Advent, December 2022'), ('Advent of Code 2021', 2021, 'Advent-2021.ipynb', 'Puzzle site with a coding puzzle each day of Advent, December 2021'), ('Advent of Code 2020', 2020, 'Advent-2020.ipynb', 'Puzzle site with a coding puzzle each day of Advent, December 2020'), @@ -257,4 +258,4 @@ that was very influential to me when I was first learning to program. I still ha output = 'README.md' print(f'Wrote {open(output, "w").write(body)} characters to {output}') print('Checking...') -check() +check() \ No newline at end of file