Which of the following is NOT a core principle of Python's design philosophy?
A. Readability counts
B. Beautiful is better than ugly
C. Explicit is better than implicit
D. Performance is paramount
Performance is considered important in Python, but it's not paramount over other design principles.