Which of the following best describes Python's approach to code readability?
A. Minimal indentation
B. Use of obscure syntax
C. Clear and readable syntax
D. Encouragement of code obfuscation
Python emphasizes clear and readable syntax, making it easier to understand and maintain code.