What is different with Python ?

Roy Smith roy at panix.com
Mon Jun 13 20:27:46 EDT 2005


Andrea Griffini <agriff at tin.it> 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.



More information about the Python-list mailing list