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:
@@ -40,3 +40,4 @@ def isprime(max_a=100):
|
|||||||
|
|
||||||
is_prime = Generator('isprime', 74, 'a any positive integer',
|
is_prime = Generator('isprime', 74, 'a any positive integer',
|
||||||
'True/False', isprime)
|
'True/False', isprime)
|
||||||
|
print(is_prime.func)
|
||||||
|
|||||||
Reference in New Issue
Block a user