write a function that computes a hask key for a string. the hash key is the average of the position of each letter in the alphabet divided by the size of the table. you can use the charposition() defined in the previous exercise in your calculation, this correct implementation was provided for you in this exercises.