Update mathgen.py

This commit is contained in:
Satyam Koshta
2020-10-19 11:11:26 +05:30
committed by GitHub
parent 88bf96f4e6
commit a0fe001e60

View File

@@ -29,4 +29,4 @@ def isprime(max_a =100):
solution = True solution = True
return problem, solution 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())