From Fedora Project Wiki

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.

10 December 2010

  • curprev 23:5923:59, 10 December 2010Zwang98 talk contribs 1,403 bytes +1,403 Created page with '#!/usr/bin/python import nose def remove_neg(lst): '''Remove the negative numbers from the list lst.''' for i in range(len(lst)-1,-1,-1): if lst[i] < 0: ...'