"Michael Connors" <[EMAIL PROTECTED]> wrote > You need to put : > import random > > or alternatively use: > from random import *
Or better still use from random import randrange import * style is not recommended because of the dangers of polluting the namespace -- Alan Gauld Author of the Learn to Program web site Temorarily at: http://uk.geocities.com/[EMAIL PROTECTED] Normally: http://www.freenetpages.co.uk/hp/alan.gauld _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor