Problem
A. Write one line of code that deletes "Kelsey" from a set called employees if you are unsure the element is actually in the set.
B. Write one line of code that splits line9 into a list of words separated by spaces and saves this list as wordList.
C. Write one line of code that strips fileLine of all spaces to the left and saves it as newLine.