Write scale_column(values, factor): return a NEW list with every value multiplied by factor (column thinking, not a mutating loop). The script prints the scaled column and proves the original is untouched.
Write scale_column(values, factor): return a NEW list with every value multiplied by factor (column thinking, not a mutating loop). The script prints the scaled column and proves the original is untouched.