Jump to content

Python (programming language)

From Simple English Wikipedia, the free encyclopedia
Revision as of 00:44, 10 December 2006 by 4.252.192.41 (talk) (New page: Python is a programming language that was made to be good looking and easy to read. It was made by a fan of Monty Python and example code sometimes talks about the show. [code] def h...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Python is a programming language that was made to be good looking and easy to read. It was made by a fan of Monty Python and example code sometimes talks about the show.

[code] def hello(): print "Hello World!" hello() [/code]