From a80096095df9d35d41b0030fc12874d6c1f878ea Mon Sep 17 00:00:00 2001 From: waldek Date: Fri, 12 Nov 2021 16:16:57 +0100 Subject: [PATCH] fix code --- learning_python3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/learning_python3.md b/learning_python3.md index 372dbd0..9a4f894 100644 --- a/learning_python3.md +++ b/learning_python3.md @@ -2326,6 +2326,7 @@ for question in data["results"]: choices.extend(question["incorrect_answers"]) for choice in enumerate(choices): print(html.unescape("\t {} {}".format(*choice)))``` +``` ### Introduction to the `requests` library