Each value in the "Contestant" column contains both the name and the id of each contestant. Which of the following lines of code creates a new column id that contains the id of each contestant? Assume all ids are of length 5 and each entry of the Contestant column are formatted the same way and there are no spaces before or after any of the id-name pairs. (You might need to look some stuff up for this question.) *