What is the significance of PEP 20 in Python's development?
A. It defines the Python language syntax
B. It introduces type hints
C. It outlines the Zen of Python
D. It provides guidelines for code style
PEP 20 is known as "The Zen of Python" and provides guiding principles for writing Python code.