5 cli games to improve your mathematics abilities
python version 3.10.9
prompt version 0.4.1
You can install package with pip with this command: pip3 install git+https://github.com/Midnight95/python-project-49.git
Or just clone the repo and use Makefile
brain-even Can you tell if the number is even?
brain-calc Can you tell the expression result?
brain-gcd Can you find the greatest common divisor of two given numbers?
brain-progression Can you find the missing number?
brain-prime Can you tell if the number is prime?