Write the function greeting that takes a string as input. That string will be formatted as name age hobby, without any punctuation. greeting should split their response into list elements, then use index values to greet them by name and respond that you enjoy that hobby as well, with the format: ‘Hello, ! I also enjoy !’ Remember: The element is the individual value in a list that is assigned a unique index. The index is the method for referencing the elements in a list. Remember that the index starts at zero! Make sure your output matches this format! For example, greeting('Jose 17 hockey')