Spaces:
Sleeping
Sleeping
Update tools/FinalAnswerTool.py
Browse files- tools/FinalAnswerTool.py +1 -1
tools/FinalAnswerTool.py
CHANGED
|
@@ -17,7 +17,7 @@ class FinalAnswerTool(Tool):
|
|
| 17 |
you MUST:
|
| 18 |
|
| 19 |
1. First compute total time in hours.
|
| 20 |
-
2. THEN divide by 1000 to convert to 'thousands of hours'.
|
| 21 |
3. Round that result to the nearest integer.
|
| 22 |
4. Output ONLY that integer (e.g., 17), with no units and no extra text.
|
| 23 |
|
|
|
|
| 17 |
you MUST:
|
| 18 |
|
| 19 |
1. First compute total time in hours.
|
| 20 |
+
2. THEN divide by FINAL ANSWER BY 1000 to convert to 'thousands of hours'.
|
| 21 |
3. Round that result to the nearest integer.
|
| 22 |
4. Output ONLY that integer (e.g., 17), with no units and no extra text.
|
| 23 |
|