PYTHON PROGRAM TO PRINT "HELLO PYTHON LEARNER". [ Python Input-Output ]

PYTHON PROGRAM TO PRINT HELLO PYTHON LEARNER.  [ Python  Input-Output ]

Steps:

- Create a file with .py extension. - Write solution of given problem and save - Run to get the Output

Solution/code: welcome.py file

print("Hello Python Learner")

Output

Hello Python Learner

Explanation:

- used to print a python objects(string, list, tuple, etc.). - Syntax: print(object(s), sep, end, file, flush)

Dose of Motivation

Improve by 1% a day - Quote of the day

"Improve by 1% a day, and in just 70 days, you're twise as good" - Alan Weiss [ Dear Me ]


Post a Comment

0 Comments