arra = [0] * 10 ?

On Fri, Mar 21, 2008 at 5:29 PM, Andreas Kostyrka <[EMAIL PROTECTED]>
wrote:

> Empty?
>
> array = []
>
> If you want to assign 10 "None", that would be:
>
> array = [None] * 10
>
> Andreas
>
> Am Freitag, den 21.03.2008, 17:03 -0700 schrieb elis aeris:
> > how do I create an empy int array of 10?
> > _______________________________________________
> > Tutor maillist  -  Tutor@python.org
> > http://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to