- Python 3.10
- Prompt 0.4.1
Make sure you have Poetry manager installed, clone this repo and run commands:
- make install
- make build
- make package-install
- brain-even - determine if a number is even
- brain-calc - calculate an expression
- brain-gcd - find greatest common divisor
- brain-progression - guess a missing element in sequence of numbers
- brain-prim - determine if a number is prime