“Write a function ten_times_each() that is very much like double(), but instead of returning a new sequence with double each element in the original one, it returns a new sequence with ten times of each element in the original one.”