loop_count-1-range.py 84 B

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