"Roy Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Andrea Griffini <[EMAIL PROTECTED]> wrote: >> Hehehe... a large python string is a nice idea for modelling >> memory. > > Actually, a Python string is only good for modelling ROM. If you want to > model read-write memory, you need a Python list.
or array from the array module. -- http://mail.python.org/mailman/listinfo/python-list