Entry 3551

First Python Program

   

Submitted by anonymous on April 17, 2010 at 5:19 p.m.
Language: Python. Code size: 285 bytes.

# The first program that learners write in any language is, by convention,
# a program that outputs "Hello, World!". So here is our first program in Python.

# Coming next: A Malayalam version of this program!

print "Hello, World!"
if a < 5:
    print "what?"
else:
    print "how?"

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).