Python
Python is a high-level, interpreted programming language. It is known for its simplicity and readability. Python is a great language for beginners and is widely used in data science and machine learning.
Features
- Interpreted
- Dynamically typed
- Easy to learn
Sample Program (Hello World)
# hello world in Python
print("Hello world!")