WEIRDINT constant added -> for_ints() interator now accepts negative integers
[svn/Cll1h/.git] / demos / performance / print.py
CommitLineData
420bb771 1#!/usr/bin/python
2
3for i in range(1,10000000):
4 print "stuff"
5
This page took 0.354501 seconds and 4 git commands to generate.