pythonnubie wrote: > On Mar 24, 11:57 am, Jeff <[EMAIL PROTECTED]> wrote: >> What does the code look like? > > # Random Access > # Demonstrates string indexing > # Michael Dawson - 1/27/03 > > import random
Make sure that you do not have a random.py module in the current directory. Python checks the current directory for modules before the standard directories. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco -- http://mail.python.org/mailman/listinfo/python-list