Entry 3438

sayhello

   

Submitted by Vimal on March 27, 2010 at 3:29 p.m.
Language: Python. Code size: 95 bytes.

def sayhello(a):
    print 'Hello %s' % a

if __name__ == '__main__':
    sayhello('vimal')

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).