Which aspect of Python's syntax contributes to its readability?
A. Use of excessive indentation
B. Lack of whitespace
C. Minimal use of punctuation
D. Complex syntax rules
Python's minimal use of punctuation and clear syntax contribute to its readability.