FunnyAlgorithms
FunnyAlgorithms copied to clipboard
Add catch for invalid answers in AreYouOk.py
If the user adds an invalid answer, currently the program just crashes. There should be a catch implemented for this.
I will implement this for AreYouOK.py
.
This is done. I implemented and tested it and my work is in PR #968.