mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Added kwargs to generator module and readme
This commit is contained in:
@@ -22,4 +22,5 @@ def BCDtoDecimalFunc(maxNumber=10000):
|
||||
|
||||
bcd_to_decimal = Generator("Binary Coded Decimal to Integer", 91,
|
||||
"Integer of Binary Coded Decimal b is ", "n",
|
||||
BCDtoDecimalFunc)
|
||||
BCDtoDecimalFunc,
|
||||
["maxNumber=10000"])
|
||||
|
||||
Reference in New Issue
Block a user