januschung / math-worksheet-generator

Create basic addition, subtraction, multiplication and division practice questions with the answer sheet
GNU General Public License v2.0
507 stars 91 forks source link

worksheets with >3 digits #46

Closed gour closed 1 year ago

gour commented 1 year ago

Hello!

Haw hard/easy would be to add option to generate worksheets using >3 digits?

Sincerely

januschung commented 1 year ago

hey there you can fork and add some logic to enable 4 digits or more - https://github.com/januschung/math-worksheet-generator/blob/master/run.py#L281C1-L282C20

I decide not to do it since it will mess up the answer sheet format with large answer especially for multiplication.