mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Merge branch 'master' of https://github.com/deepak773/mathgenerator into master
This commit is contained in:
@@ -391,7 +391,6 @@ def commonFactors(maxVal=100):
|
||||
a = random.randint(1, maxVal)
|
||||
b = random.randint(1, maxVal)
|
||||
x, y = a, b
|
||||
c = a * b
|
||||
if (x < y):
|
||||
min = x
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user