def translateStrand(dnaStrand): protein = [] proteinList = [] start = dnaStrand.find(\'ATG\') end = len(dnaStrand) convert = translateGene(dnaSt