Skip to content

csvitlik/python-mathquiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract {#index}

Python math flash card application.

Design Goals

  • Support basic math operations: + - * / **
  • Python 2/3 support

Dependencies

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