Chapter 1

Writing your first Programme in Python

Lets learn how to write a simple  " Hello World " in Python :

Go to the place where you have installed python.
My is C:\Python33

Now locate  " python " file and double click it.
A black windows(python shells appears)

Simply type

print("hello world")in the shell and bingo.... youre done writing hello world in python.
Yes python is that easy as it appears.

Try these below to
To add numbers using python
>>2+4
6
>>5+6
11
To Subtract , mulitply or divide using python
>> 8-4
4
>>5*5
25

so getting started and writing python in shell was easy...

Other Tags:
python python download python python . learn python
Writing hello world in python.
first programme in python
Learn python. Download Python . Getting started in python.
Python hello world on Shell.
Python Hello World on shell
Help me with python
Help me learning python
python is an easy programming language.


No comments:

Post a Comment