New to group

Robert Kern robert.kern at gmail.com
Mon Mar 24 15:13:40 EDT 2008


pythonnubie wrote:
> On Mar 24, 11:57 am, Jeff <jeffo... at gmail.com> 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




More information about the Python-list mailing list