Revision history of "Talk:Python"

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) 01:49, 8 December 2012Christoph (Talk | contribs). . (1,803 bytes) (+1,803). . (New page: <!-- EXAMPLES hello = "hello" hello[::-1] reversed(hello) s = ''.join(reversed(hello)) s = ['o', 'l', 'l', 'e', 'h'] "".join(s) ( x for x in xrange(0, 10) if not x%2 ) def infnum(): ...)