Categories: Hello worldPython

python language hello world program

Python language hello world program

In this tutorial, we will discuss the concept of python language hello world program.

 

Python is a widely used high-level programming language. It is a very simple and easily understandable programming language. It has very simple syntax and easy to declare data.(No need for external data declaration.);

We have to use the built-in or predefined print() function to display the line(String) ‘Hello world ‘.
Strings are enclosed inside single quotes, double quotes or triple quotes

This is the first program displayed on your screen “hello world”

First, make sure, you have installed python in your computer.

Then, open python IDLE(Python GUI)

To run directly on python shell

Type the code given below

Write the program given below and press enter.

Output

Example

 

To run from the file
Go to File and click on the new file.
Write the program given below

Then click on save the file .py extension

Example

Then, run the program

Output here

Explanation of the program
Example

 

Related Post

Python String

Hello world in Java

Hello world in C

Hello world in C++

 

Karmehavannan

Share
Published by
Karmehavannan

Recent Posts

Subtract two numbers using method overriding

Subtract two numbers using method overriding   Program 1

4 weeks ago

PHP Star triangle Pattern program

PHP Star triangle Pattern program Here's a simple Java program that demonstrates how to print…

4 weeks ago

Using function or method to Write temperature conversion : Fahrenheit into Celsius

Using Function or Method to Write to temperature conversion: Fahrenheit into Celsius In this article,…

1 year ago

Function or method:temperature conversion from Fahrenheit into Celsius – Entered by user

Function or method of temperature conversion from Fahrenheit into Celsius In this article, we will…

1 year ago

Write temperature conversion program: Fahrenheit into Celsius

Write temperature conversion program: from Fahrenheit to Celsius In this article, we will discuss the…

1 year ago

How to write a program to convert Fahrenheit into Celsius

How to write a program to convert Fahrenheit into Celsius In this article, we will…

1 year ago

This website uses cookies.