Instruction
That's right! And now, the final question!
Exercise
Write a function named miles_to_km() that takes a list as an argument and modifies the original list so that each element is multiplied by 1.6 to convert from miles to kilometers.

That's right! And now, the final question!
Write a function named miles_to_km() that takes a list as an argument and modifies the original list so that each element is multiplied by 1.6 to convert from miles to kilometers.
