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