Hexlet tests and linter status: Brain games The project is a bundle of five logic games written in Python: Brain Even Game Brain Calc Game Brain GCD game Brain Progression Game Brain Prime Game Created with: Python ^3.8 Poetry codeclimate flake8 + wemake-python-styleguide Installation pip install -i https://test.pypi.org/simple/ twistby-brain-games Here you can download the latest version of the "Brain Games" package. Brain Even Game: Answer "yes" if the number is even, otherwise answer "no". Brain Calc game: What is the result of the expression? Brain GCD game: Find the greatest common divisor of given numbers. Brain Progression game: What number is missing in the progression? Brain Prime game: Answer "yes" if given number is prime. Otherwise answer "no".