Table of Contents
We will now write and run a traditional 'Hello World' program using Python. This will help you to understand how to write, save and run Python programs.
There are two ways of using Python to run your program - using the interactive interpreter prompt or using a source file. We will now see how to use both the methods.