Showing posts with label Programming/Coding. Show all posts
Showing posts with label Programming/Coding. Show all posts

Sunday, June 16, 2013

Python Programing Language

What is Python?

Python is a general-purpose, high-level programming language designed by Guido van Rossum. 

Hello World in Python:

A "Hello World" program just takes a line of code in Python.

Hello World in Python:

print "Hello World"