What is the significance of Python's use of indentation for code blocks?
A. It reduces file size
B. It enforces code style guidelines
C. It improves performance
D. It eliminates the need for comments
Python uses indentation to enforce code blocks, improving readability and maintaining consistent code style.