Talk:Python

From Christoph's Personal Wiki
Revision as of 01:49, 8 December 2012 by Christoph (Talk | contribs) (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(): ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search