func_args-1.1-pos_1.py 116 B

12345678910
  1. import bench
  2. def func(a):
  3. pass
  4. def test(num):
  5. for i in iter(range(num)):
  6. func(i)
  7. bench.run(test)