Python math flash card application.
- Support basic math operations: + - * / **
- Python 2/3 support
Tested on:
% uname -a
Linux debian 4.9.0-1-amd64 #1 SMP Debian 4.9.6-3 (2017-01-28) x86_64 GNU/Linux
% python --version
Python 2.7.13
% python3 --version
Python 3.5.3