SciPy - Constants and Special Functions
Identify the error in this code snippet:
from scipy.constants import kilo meters = 5000 kilometers = meters * kilo print(kilometers)
