From 0605c2e2dd42dd02247a844e831a1d72906ba787 Mon Sep 17 00:00:00 2001 From: Adam Blank <blank@caltech.edu> Date: Mon, 21 Oct 2024 16:46:22 +0000 Subject: [PATCH] autocommit --- 08/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08/overview.md b/08/overview.md index 7fe5ec1..ed77e3e 100644 --- a/08/overview.md +++ b/08/overview.md @@ -15,6 +15,6 @@ # Case Study: A Joke Teller! - `get_n_jokes(n: int, type: JokeType = "any") -> list[Joke]` -- `get_average_joke_rating(ratings: dict[int, int])` - `find_best_joke(jokes: dict[int, Joke], joke_ratings: dict[int, int])` +- `get_average_joke_rating(ratings: dict[int, int])` - `tell_jokes(n: int = 3)` -- GitLab