Update README.md
Browse files
README.md
CHANGED
|
@@ -85,7 +85,7 @@ def generate_question(text):
|
|
| 85 |
|
| 86 |
return question
|
| 87 |
|
| 88 |
-
|
| 89 |
for _ in range(5):
|
| 90 |
question = generate_question(text)
|
| 91 |
print(question)
|
|
|
|
| 85 |
|
| 86 |
return question
|
| 87 |
|
| 88 |
+
|
| 89 |
for _ in range(5):
|
| 90 |
question = generate_question(text)
|
| 91 |
print(question)
|