This is the first project in the Python learning course hexlet.io
This package contains a few simple games:
- Check even
brain-even
- (you need to determine the parity of a number in the range from 10 to 100, answer only "yes" or "no") - Calculator
brain-calc
- (you need to calculate the result of the expression (for example 15 + 8)) - Greatest common divisor
brain-gcd
- (you need to find the greatest common divisor of given numbers (for example 14 7)) - Arithmetic progression
brain-progression
- (you need to find what number is missing in the progression (for example 13 19 25 31 .. 43 49 55 61 67)) - Prime number
brain-prime
- (you need to determine if this number is a prime number in the range from 10 to 100, answer only "yes" or "no")
Use the dependency management poetry
git clone https://github.com/ajib6ept/python-project-lvl1
cd python-project-lvl1/ && make install
make build
make package-install
brain-even
brain-calc
brain-gcd
brain-progression
brain-prime