Python is one of the most popular programming languages in the world. It's known for being easy to read and write.
The print() function displays text on the screen.
print("Hello, World!")
Important: Text must be inside quotes (single ' or double ").
Write a program that prints: Hello, World!
Run your code to see output