Integer array in Python

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:51 UTC
Read the original article Hit count: 226

Filed under:

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

Related posts about python