Python timeit: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 May 2018

  • curprev 20:0420:04, 6 May 2018Will talk contribs 202 bytes +202 Created page with "<source lang="python"> from timeit import Timer Timer('t=a; a=b; b=t', 'a=1; b=2').timeit() #> 0.088729 time python2 lute.py ## use bash to simply time how long the scr..."