Introduction to Python

Python is a versatile, high-level programming language known for its readability and ease of use. It's commonly used in web development, data science, and AI.

Consider the following snippet:

print("Hello, World!")
        

This program prints "Hello, World!" to the console. It's a simple way to introduce Python's syntax.