order_by_int renamed to order_by_num + some experiments with lists
[svn/Cll1h/.git] / demos / performance / print.py
1 #!/usr/bin/python
2
3 for i in range(1,10000000):
4 print "stuff"
5
This page took 0.221738 seconds and 4 git commands to generate.