Revision history of "CSC231 Powers of 2"

Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 10:09, 8 October 2010‎ Thiebaut (talk | contribs)‎ . . (1,838 bytes) (+1,838)‎ . . (Created page with '--~~~~ ---- =Program= <source lang="python"> #! /bin/env python import locale locale.setlocale(locale.LC_ALL, "") x = 1 for i in range( 65 ): print "2^%d = " % (i), locale.f…')