mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Update mathgen.py
This commit is contained in:
@@ -29,4 +29,4 @@ def isprime(max_a =100):
|
||||
solution = True
|
||||
return problem, solution
|
||||
|
||||
is_prime = Generator("isprime", 61, "a any positive integer", "True/False", isprime)
|
||||
is_prime = Generator("isprime", 61, "a any positive integer", "True/False", isprime())
|
||||
|
||||
Reference in New Issue
Block a user