Fix indentation
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ for question in questions:
|
|
52 |
print(question.replace("<Q>", ""))
|
53 |
print(results)
|
54 |
print("---------------------")
|
55 |
-
|
56 |
|
57 |
And the output is:
|
58 |
```shell
|
|
|
52 |
print(question.replace("<Q>", ""))
|
53 |
print(results)
|
54 |
print("---------------------")
|
55 |
+
```
|
56 |
|
57 |
And the output is:
|
58 |
```shell
|