def testing(dnaStrand):
protein = []
start = dnaStrand.find(\'ATG\')
end = len(dnaStrand)
totalLength = dnaStrand[start:end]
remove = tota