RE: [Python-Dev] A cute new way to get an infinite loop
Sept. 23, 2004
3:58 p.m.
[Raymond Hettinger] #- In comparison, the classic form doesn't seem as magical: #- #- x = [1] #- for y in x: #- x.append(-y) #- The eternal inherent risk of modify the iterable being iterated. Who didn't ever fall in this? . Facundo
7967
Age (days ago)
7967
Last active (days ago)
0 comments
1 participants
participants (1)
-
Batista, Facundo