How do I initialize a list please?

OUTLand cmfinlay at SPAMmagnet.com.au
Tue Dec 31 10:07:49 EST 2002


How do I initialize a list please?
In Python
I want to create a list with the same value each time.

my current way is

QUOTE
dim = [1.0, 1.0, 1.0, 1.0, 1.0, \
              1.0, 1.0, 1.0, 1.0, 1.0]
UNQUOTE

Reply here or
email at
cmfinlay at SPAMmagnet.com.au
please remove the SPAM



More information about the Python-list mailing list