From a0fe001e60077779824b0ad25fc36a33c28d8f91 Mon Sep 17 00:00:00 2001 From: Satyam Koshta <58166232+satyamkoshta340@users.noreply.github.com> Date: Mon, 19 Oct 2020 11:11:26 +0530 Subject: [PATCH] Update mathgen.py --- mathgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathgen.py b/mathgen.py index 60e5981..6ee4b89 100644 --- a/mathgen.py +++ b/mathgen.py @@ -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())