Does the Python module SciPy have a function to integrate?
A. Yes, it provides the scipy.integrate() function.
B. No, SciPy does not support integration.
C. Yes, it provides the scipy.integrate.quad() function.
D. Yes, it provides the scipy.integrate.simpson() function.