SciPy - Constants and Special Functions
Identify the error in this code snippet:
from scipy.constants import c, planck wavelength_nm = 700 energy = planck * c / wavelength_nm print(energy)
