Entry 4809

Hello World!

   

Submitted by gphilip on June 12, 2010 at 6:34 a.m.
Language: Python. Code size: 233 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.

print "Hello, World!"

# Coming next: A Malayalam version of this program!

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).