From a732f31afd060d246d35301b113080c33cf3b7a7 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Wed, 25 Mar 2026 15:55:15 -0700 Subject: [PATCH] Add homework for 2026.03.25 --- shared/notes-and-examples/2026.03.25/homework.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shared/notes-and-examples/2026.03.25/homework.py diff --git a/shared/notes-and-examples/2026.03.25/homework.py b/shared/notes-and-examples/2026.03.25/homework.py new file mode 100644 index 0000000..5642f0e --- /dev/null +++ b/shared/notes-and-examples/2026.03.25/homework.py @@ -0,0 +1,3 @@ +# Homework: +# Make a funds manager with a gambling component. Add any features you want, but ensure that it uses +# one of your dictionary classes. See the examples from last week's files.