From 178b50c5968507e069b38b524e0ce5e134fea5ca Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Fri, 20 Mar 2026 15:29:43 -0700 Subject: [PATCH] Add homework --- shared/notes-and-examples/2026.03.18/homework.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shared/notes-and-examples/2026.03.18/homework.py diff --git a/shared/notes-and-examples/2026.03.18/homework.py b/shared/notes-and-examples/2026.03.18/homework.py new file mode 100644 index 0000000..8dac1e7 --- /dev/null +++ b/shared/notes-and-examples/2026.03.18/homework.py @@ -0,0 +1,2 @@ +# Homework: +# Modify your example to work with chaining, then try implementing the other two examples