Saturday, 1 November 2014

Hello World in Python

Filled under: , ,

Hi Guys,

In this tutorial, we will gonna simple check if the python compiler we installed is correctly working.
Its time to say "hello" in the world of Python.

Note: All the articles will be written in this blog by considering the Windows system.

If you still didn't installed python compiler yet, then refer here.
  • Run the python IDE
  • In the python shell type below code:
print "Hello World"

  • Hit Enter.
  • If you can see the output in shell then Congrats. You Hit it. ;)

In case of any issue try re-installing the IDE.

Stay tuned for more articles.

Posted By Gaurav Singh08:22