OILS / opy / testdata / speed_main.py View on Github | oilshell.org

6 lines, 4 significant
1#!/usr/bin/env python2
2import sys
3import speed
4
5n = int(sys.argv[1])
6speed.do_sum(n)