Solve the "six eggs" Russian word-play puzzle.
The graphic above can be literally translated as:
I had 6 eggs:
2 I broke
2 I prepared
and 2 I ate.
How many eggs are left?
Install required pip packages.
pip install -r requirements.txt
Just run the python file from the solution
directory.
python solution.py
Tested on a MacBook pro, but any vanilla unix will work just fine.
MacOS 10.15, Python 3.7+