SciPy - Constants and Special Functions
Find the bug in this code:
from scipy.constants import milli grams = 3000 kilograms = grams / milli print(kilograms)
from scipy.constants import milli grams = 3000 kilograms = grams / milli print(kilograms)
milli is 0.001, multiply grams by milli to get kilograms.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions