loop_count-2-range_iter.py 90 B

1234567
  1. import bench
  2. def test(num):
  3. for i in iter(range(num)):
  4. pass
  5. bench.run(test)