What kind of language is Python?
0:15
Python is a high-level, interpreted, dynamically typed, garbage-collected, multi-paradigm programming language. It supports object-oriented, functional, and procedural styles. Python emphasizes code readability and uses indentation to define code blocks instead of braces.
docs.python.org