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

LOL FIOC

Name: Anonymous 2011-06-04 13:01

>>> l = [[0]] * 2
>>> l
[[0], [0]]
>>> l[0][0] = 1
>>> l
[[1], [1]]

Name: Anonymous 2011-06-04 16:46

python is the easiest language to learn and has very clean and sensible semantics

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