pythonic way to do something N times without an index variable?
Every day I love python more and more. Today, I was writing some code like: for i in xrange(N): do_something() I had to … Read more
Every day I love python more and more. Today, I was writing some code like: for i in xrange(N): do_something() I had to … Read more
Closed. This question is off-topic. It is not currently accepting answers. Closed 10 years ago. Locked. This question and its answers are locked … Read more