From bca1a72ffb0c845419627e14922f103e2cec5109 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Fri, 20 Mar 2026 15:29:43 -0700 Subject: [PATCH] Add homework --- notes-and-examples/2026.03.18/homework.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 notes-and-examples/2026.03.18/homework.py diff --git a/notes-and-examples/2026.03.18/homework.py b/notes-and-examples/2026.03.18/homework.py new file mode 100644 index 0000000..8dac1e7 --- /dev/null +++ b/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