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.

DSA
Spring Boot
Microservices
Python
Numpy
Pandas
Projects