Difference between revisions of "Talk:Python"

From Christoph's Personal Wiki
Jump to: navigation, search
(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(): ...)
 
(No difference)

Latest revision as of 01:49, 8 December 2012