mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Lint Issues
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from .__init__ import *
|
||||
|
||||
|
||||
def compoundInterestFunc(maxPrinciple = 10000, maxRate = 10, maxTime = 10, maxPeriod = 10):
|
||||
p = random.randint(100, maxPrinciple)
|
||||
r = random.randint(1, maxRate)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
from .__init__ import *
|
||||
|
||||
|
||||
def set_operation(minval=3, maxval=7, n_a=4, n_b=5):
|
||||
number_variables_a = random.randint(minval, maxval)
|
||||
number_variables_b = random.randint(minval, maxval)
|
||||
|
||||
Reference in New Issue
Block a user