Learn Dedaandsons

Story: PYTHON TUTORIAL FOR BEGINNERS; 30.08.23;

How to Print Hello Word in Python?

print ("helllo")

RUN the program.

Explanation:

"As you can see, the phrase 'Hello, World!' has been printed in the output window."

Lesson NO. 02: How to take input in python ?

name=input ("what is your name? ")

Now we have to print the value of the input :

print("Hello " + " " + name )

More?:

Move Back to Top

Like, share, follow us.