mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
@@ -29,8 +29,7 @@ problem, solution = mathgen.genById(0)
|
||||
## List of Generators
|
||||
|
||||
| Id | Skill | Example problem | Example Solution | Function Name |
|
||||
|------|-----------------------------------|--------------------|-----------------------|--------------------------|
|
||||
<!--list start-->
|
||||
|------|-------|-----------------|------------------|---------------|
|
||||
| 0 | Addition | 39+50= | 89 | addition |
|
||||
| 1 | Subtraction | 91-37= | 54 | subtraction |
|
||||
| 2 | Multiplication | 39*1= | 39 | multiplication |
|
||||
|
||||
@@ -41,7 +41,7 @@ for item in wList:
|
||||
with open('README.md', "r") as g:
|
||||
lines = g.readlines()
|
||||
|
||||
line = lines.index('[//]: # list start\n')
|
||||
line = lines.index('|------|-------|-----------------|------------------|---------------|\n')
|
||||
lines = lines[:line + 1]
|
||||
|
||||
for row in allRows:
|
||||
|
||||
Reference in New Issue
Block a user