WELLLLLLCOME BACK TO A NEW SERIES OF CODING FOR SCRUBS. Today we are going to be talking about a problem I recently got from a code assessment. Days in the week are represented as strings:
("Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun") Write a function solution that, given a string…