From 611469ec38de3521aca10b74cff87cdf63860008 Mon Sep 17 00:00:00 2001 From: Satyam Koshta <58166232+satyamkoshta340@users.noreply.github.com> Date: Tue, 20 Oct 2020 07:20:33 +0530 Subject: [PATCH] Update mathgen.py --- mathgen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mathgen.py b/mathgen.py index 85a8f3d..ffb2ebe 100644 --- a/mathgen.py +++ b/mathgen.py @@ -40,3 +40,4 @@ def isprime(max_a=100): is_prime = Generator('isprime', 74, 'a any positive integer', 'True/False', isprime) +print(is_prime.func)