100 math prompts, not 150

This commit is contained in:
Adam Wilson
2025-07-30 11:13:09 -06:00
parent 1624019272
commit 378aea7a66
+1 -1
View File
@@ -271,7 +271,7 @@ def math_prompts() -> list[str]:
"What do you get when you divide {a} by {b}?",
]
for i in range(150):
for i in range(100):
template = random.choice(templates)
# Generate operands between 1 and 10