1--Write a function that transcrible DNA to RNA. 2--Write a function that do reverse complement of single strand DNA. 3--Test these two functions in a script that take a fasta file as input. Extras: You can assume there is only one sequence in the fasta file and it is DNA sequence first and move to process a fasta file with multiple entries and check if the sequences are actually DNA sequences.