Added genById Documentation

This commit is contained in:
Luke Weiler
2020-10-16 14:20:01 -04:00
committed by GitHub
parent 7341939a72
commit fcc3d4d9b6

View File

@@ -21,6 +21,9 @@ from mathgenerator import mathgen
#generate an addition problem #generate an addition problem
problem, solution = mathgen.addition() problem, solution = mathgen.addition()
#another way to generate an addition problem using genById()
problem, solution = mathgen.genById(0)
``` ```
## List of Generators ## List of Generators