From ec12249cd51314b40bae318873bd2a566589fa9f Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Tue, 21 May 2024 00:08:02 -0400 Subject: [PATCH] Add assessment --- assessment.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 assessment.md diff --git a/assessment.md b/assessment.md new file mode 100644 index 0000000..99e6b4b --- /dev/null +++ b/assessment.md @@ -0,0 +1,11 @@ +# Riddles Lab Assessment + +Louis, + +It looks like this lab isn't complete, but I'm wondering whether +you also took on a larger task than was required, as you started +implementing a client at the bottom of `api.py`, when the API +methods that need to be implemented are called by the provided +client in `client.py`. + +Chris