Name: Anonymous 2008-04-23 15:44
What the fuck is with Python's
What's the difference between:
for loops.What's the difference between:
for i in list[0]:
for i in list[0:]:
for i in list[:0]: