This is the first training project from the Python-developer profession on Hexlet.io.
This package contains five simple math games.
- Check the number of parity
brain-even - Calculator
brain-calc - Greatest common divisor of a number
brain-gcd - Arithmetic progression
brain-progression - Is a Prime number
brain-prime
- Library for prompting input on the command line prompt
python3 -m pip install --user -i https://test.pypi.org/simple/ ramilabd_brain_games
--extra-index-url https://pypi.org/simple prompt
Ramil Aburakhmanov