Update README.md

This commit is contained in:
Luke Weiler
2020-11-19 13:34:04 -05:00
committed by GitHub
parent d2b29d611c
commit 4bdbf46493

View File

@@ -28,9 +28,8 @@ problem, solution = mathgen.genById(0)
## List of Generators
| Id | Skill | Example problem | Example Solution | Function Name |
|------|-----------------------------------|--------------------|-----------------------|--------------------------|
<!--list start-->
| Id | Skill | Example problem | Example Solution | Function Name |
|------|-------|-----------------|------------------|---------------|
| 0 | Addition | 39+50= | 89 | addition |
| 1 | Subtraction | 91-37= | 54 | subtraction |
| 2 | Multiplication | 39*1= | 39 | multiplication |