Python (programming language)

From Simple English Wikipedia, the free encyclopedia

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

    
#example code, says 'I dont like Spam!'  
def hello():     
    print "I dont like Spam!"  
hello()