mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Added kwargs to generator module and readme
This commit is contained in:
@@ -12,4 +12,5 @@ def DecimalToBinaryFunc(max_dec=99):
|
||||
|
||||
|
||||
decimal_to_binary = Generator("Decimal to Binary", 14, "Binary of a=", "b",
|
||||
DecimalToBinaryFunc)
|
||||
DecimalToBinaryFunc,
|
||||
["max_dec=99"])
|
||||
|
||||
Reference in New Issue
Block a user