Integer array in Pythn
Posted
by Ra'ed
on Stack Overflow
See other posts from Stack Overflow
or by Ra'ed
Published on 2010-05-25T03:39:35Z
Indexed on
2010/05/25
3:41 UTC
Read the original article
Hit count: 154
python
how I can define array of integer numbers in Python code Say if this code is ok. or no
pos = [int]
len=99
for i in range (0,99): pos[i]=7
© Stack Overflow or respective owner