Difference between revisions of "Python"
From MidrangeWiki
MrDolomite (talk | contribs) m (→System i implementation: change porter) |
MrDolomite (talk | contribs) m (→Hello world: adding code) |
||
Line 8: | Line 8: | ||
===Hello world=== | ===Hello world=== | ||
− | # | + | # print "Hello world" |
==External links== | ==External links== |
Revision as of 21:30, 4 February 2010
- See also on Wikipedia: Python (programming language)
Python is a is a general-purpose high-level programming language.
System i implementation
Though not available on the iSeries as an IBM LPP, a port of Python 2.5 was done by Per Gummedal.
Note that Python 3.1.1 was released in August 2009.
Hello world
# print "Hello world"
External links
Categories
This article is a stub. You can help by editing it.