Python Lesson#1: Installation and first program: Hello world

We know that a good man is someone who begins from the beginning. First step to learn is always very hard/difficult.

Python was developed by Guido Von Rossum in 1992.

Opening Python

>>> this is the prompt to write console programming

Write the code :

>>>print("Hello World")
Hello World

Comments