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.