Python is a high-level, interpreted programming language that is easy to learn and widely used for web development, data science, AI, machine learning, automation, and more. Python’s syntax is simple, readable, and similar to English.
print("Welcome to Python!")
Welcome to Python!