Let's learn java programming language with easy steps. This Java tutorial provides you complete knowledge about java technology.

Monday 24 May 2021

First "Hello World" Program in Python

 Hello World Program in Python

Here we going to learn a very very simple program or you can say the first program in python programming language which is "Hello World" program. Here we are going to print a simple massage in python programming language, massage is "Hello World".

Hello World Example in Python

x = "Hello World"
print x

Now it will print Hello World on a console when you running python program.

In the above example, x is a variable and print is used to print the message which x is containing i.e Hello World.
Share:

1 comment:

Facebook Page Likes

Follow javatutorial95 on twitter

Popular Posts

Translate