A very simple tool to generate random arithmetic equations using Python
2.7
- Generate multiple-step equations
- Support two formats:
- Horizontal
- Vertical
- Define operation range, e.g. 5, 10, 100...etc.
- Generate unknown equations
- Operations can be a combination of the following:
+
: addition-
: subtraction*
: multiplication/
: division()
: brackets
- Custom header and footer
- Export questions/answers to separate text files
- Preview / Print the questions
- Show / Hide answers
- Options of tenths and hundredths decimals
- Options of borrow/carry in addition and subtraction
2017.06.25