Hello World

This is an introductory program, the Hello world !
This program is designed by using the python language.

p="hello world";
print p;

Description:
The Above program just prints a line Hello World!

Comments

Popular posts from this blog

Non Restoring Division Algorithm Implementation in C

Hackerrank Modified Kaprekar Numbers Solution

Bit Stuffing Code Implementation in Java