loop_count-3-while_up.py 90 B

12345678
  1. import bench
  2. def test(num):
  3. i = 0
  4. while i < num:
  5. i += 1
  6. bench.run(test)