Installation:
git clone https://github.com/ygracoord/python-project-49.git
cd python-project-49
make package-install
Rules: The user is given a random number and have to answer 'yes' if the number is even.
Command to start: brain-even
Rules: The user receives a random mathematical expression, have to calculate and give the correct answer.
Command to start: brain-calc
Rules: The user receives two random numbers, need to calculate the greatest common divisor.
Command to start: brain-gcd
Rules: The user receives random arithmetic progression with one missing number, have to enter the correct number.
Command to start: brain-progression
Rules: The user is given a random number and have to answer 'yes' if the number is prime.
Command to start: brain-prime




