fix code
This commit is contained in:
parent
a593aeaaeb
commit
a80096095d
|
@ -2326,6 +2326,7 @@ for question in data["results"]:
|
||||||
choices.extend(question["incorrect_answers"])
|
choices.extend(question["incorrect_answers"])
|
||||||
for choice in enumerate(choices):
|
for choice in enumerate(choices):
|
||||||
print(html.unescape("\t {} {}".format(*choice)))```
|
print(html.unescape("\t {} {}".format(*choice)))```
|
||||||
|
```
|
||||||
|
|
||||||
### Introduction to the `requests` library
|
### Introduction to the `requests` library
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue