Write a Python script that translates genes in an RNA sequence into their protein sequence and prints them. Each gene begins with an AUG from the left and ends in UAG and has a length that is a multiple of three. However, the RNA sequence length may not be a multiple of three and there may be more than one "UAG" or "AUG" in the sequence. For example if the input is >human ACAUGCUAGAAUAGCCGCAUGUACUAGUUAGAUGUCAUGGUAGG then the output should be MLE MY MSW even though there are four AUG's and five UAG's. Submit a hardcopy in class on Oct 21st.