Merge branch 'master' of https://github.com/deepak773/mathgenerator into master

This commit is contained in:
Deepak Sharma
2020-10-16 22:53:37 +05:30

View File

@@ -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: