[Tutor] my first project: a multiplication trainer

Kent Johnson kent37 at tds.net
Sat Mar 15 13:51:50 CET 2008


Guba wrote:
> Hello everybody,
> 
> I want to create a simple multiplication trainer which quizzes me on the
> multiplication table. All multiplication combinations should be asked
> once, without repetition.

I would
- create the list of questions
- random.shuffle the list
- iterate over the questions in the list with a for loop

Kent


More information about the Tutor mailing list