SciPy - Constants and Special Functions
What is the output of this code snippet?
from scipy.constants import kilo meters = 2500 kilometers = meters / kilo print(kilometers)
