“Hello World” Program in Python

--

Python — Hello World Program

Python — Hello World Program
Python — Hello World Program

Source Code

Aim :

To print “Hello World” program in python.

Algorithm :

  • By using inbuilt function in the python library to print the statement “Hello World”.
  • Inside the function parameter the display text will be typed with the Single quotes ( ‘ ‘ ) or Double quotes ( “ “ ).
  • Finally run the program to get the excepted output.

Program :

print(“Hello World”)

Output :

Hello World

Terminal Code :

Python — Hello World Program
Python — Hello World Program

Terminal Output :

Python — Hello World Output
Python — Hello World Output

Result :

The output was executed successfully and result was verified.

Visit Our Blog Website for More

https://bit.ly/3iQoawZ

Personal Writings for Readers!!!

Story behind single family described in Pandemic Family Book.

Read more on…

Paperback — https://amzn.to/34NS6Sk

Amazon Kindle — https://amzn.to/3aKtIng

Kobo Writing — https://bit.ly/3iQysNy

--

--

Information Technology
Information Technology

Written by Information Technology

0 Followers

Computer science and Information technology related stuffs blog for all the students. All notes and programs are available in our blog.

No responses yet