Added kwargs to generator module and readme

This commit is contained in:
lukew3
2021-02-16 11:02:45 -05:00
parent ba6ffc4e6e
commit 9efffce9f5
116 changed files with 359 additions and 251 deletions

View File

@@ -17,4 +17,5 @@ def powerOfPowersFunc(maxBase=50, maxPower=10, style='raw'):
power_of_powers = Generator("Power of Powers", 97, "6^4^2",
"6^8", powerOfPowersFunc)
"6^8", powerOfPowersFunc,
["maxBase=50", "maxPower=10"])