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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to