Python Program to print Hello World!

Learn Python - Java8s
#Python Program to print Hello World!
print('Hello World!')
Output

Hello World!

 

Here we have used anin-builtprint() function to print the string Hello World on our screen.
By the way, a string is a sequence of characters. In Python, strings are identified within single quotes, or double quotes, or triple quotes.

Share your love

Leave a Reply

Your email address will not be published. Required fields are marked *