1Python is an interpreted, high-level, general-purpose programming language.
2
3Created by Guido van Rossum and first released in 1991, Python's design
4philosophy emphasizes code readability with its notable use of significant
5whitespace.
1Q: What is Python?
2
3A: Python is an interpreted, high-level and general-purpose programming
4language. Python's design philosophy emphasizes code readability with its
5notable use of significant indentation.