mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Update mathgen.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user