Hexlet educational project "Brain Games" is a set of five console games based on the popular mobile brain-pumping apps. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered completed. Incorrect answers end the game and prompt you to play it again.
Python version 3.6 or above. Poetry version 1.2.0 or above. Pip version 19.0 or above.
1. Clone the project - git clone [email protected]:AnastasiaTimoshe/python-project-49.git
2. Install package to poetry's .venv - make install
3. Publish project - make publish
4. Install project on your computer - make package-install
Answer "yes" if the number is even, otherwise answer "no".
Answer what is the result of the expression?
Answer what is the greatest common divisor of given numbers.
Answer what number is missing in the progression?
Answer "yes" if given number is prime, otherwise answer "no".