Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

what the fuck no python arrays

Name: Anonymous 2009-01-03 17:16

it makes it hard as hell to do anything past hello world.  wtf FIOC

Name: Anonymous 2009-01-04 0:19

>>3

>>> myarray = [0]*6
>>> for i in range(6)
...   for j in range(10)
...       myarray[i] = [0]*j
...
>>> myarray
[[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0]]
>>> "ENTERPRISE ARRAY"
"ENTERPRISE ARRAY"

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List