Selection

Python Practice Test #2. ... Lists. Write a function called . getNames. that will accept two arguments: (1) a list of names (strings), and (2) a single letter (string). It will return a list whose elements are all of the names from the original list whose name begins with the letter that was passed in. ................
................