Update README.md
Browse files
README.md
CHANGED
|
@@ -47,8 +47,7 @@ solution = ["To convert a string to an integer in Python 3, we use the built-in
|
|
| 47 |
"Looking at the options, we can see that the correct function is option E: int(x [,base]).",
|
| 48 |
"The answer is (E)."]
|
| 49 |
category_name = "computer science"
|
| 50 |
-
|
| 51 |
-
steps = [ f"Step {str(i+1)}: {step}" for i, step in enumerate(steps) ]
|
| 52 |
prefix = "\n".join(steps)
|
| 53 |
|
| 54 |
# Create the prompt
|
|
|
|
| 47 |
"Looking at the options, we can see that the correct function is option E: int(x [,base]).",
|
| 48 |
"The answer is (E)."]
|
| 49 |
category_name = "computer science"
|
| 50 |
+
steps = [ f"Step {str(i+1)}: {step}" for i, step in enumerate(solution) ]
|
|
|
|
| 51 |
prefix = "\n".join(steps)
|
| 52 |
|
| 53 |
# Create the prompt
|