Commit e53fe70a authored by Adam Blank's avatar Adam Blank
Browse files

autocommit

parent 9de6c796
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -14,7 +14,7 @@ def find_best_joke(jokes: dict[int, Joke], joke_ratings: dict[int, int]):
return jokes_by_id[best_joke_id]
def tell_jokes(n=3):
def tell_jokes(n: int = 3):
jokes = get_n_jokes(n)
# Make a dictionary of jokes keyed by id
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment