Personal tools

Revision history of "Eth1winter pygame whizzrd"

From Eth0Wiki

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.

  • curprev 20:17, 31 January 2009Elmer talk contribs 1,140 bytes +1,140 New page: == Whizzrd's entry (543 chars, score 134) == <pre> import math def c(x,l,n): if x<0: return 0 if(x>=(n*n)): return 0 if l[x] % 2 == 0: return l[x] else: ...