Write a Python script that translates an mRNA sequence into a protein using a dictionary and without a large if-else block. The input is one sequence in FASTA format in a file called "dna.txt". For example if the file contains >human AUGAGGUACGCCGCCAGA then the output should be MRYAAR. Submit a hardcopy in class on Sept 27th.