Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
LOL FIOC
1
Name:
Anonymous
2011-06-04 13:01
>>> l = [[0]] * 2
>>> l
[[0], [0]]
>>> l[0][0] = 1
>>> l
[[1], [1]]
15
Name:
Anonymous
2011-06-04 16:51
>>13
What about the GIL? The lack of proper tail calls?
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List