Python Program to print Hello World!

#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.


About the Author



Silan Software is one of the India's leading provider of offline & online training for Java, Python, AI (Machine Learning, Deep Learning), Data Science, Software Development & many more emerging Technologies.

We provide Academic Training || Industrial Training || Corporate Training || Internship || Java || Python || AI using Python || Data Science etc





 PreviousNext