Report - programming by example · # lookup the AA for each codon in the DNA sequence for i in range(0, end, 3): codon = seq[i:i + 3] protein+= table[codon] ... • Single line translation

Please pass captcha verification before submit form