For the inner lists break string down into 3 character acronyms

前端 未结 0 1828
刺人心
刺人心 2020-12-06 14:01

def testing(dnaStrand):

protein = []

start = dnaStrand.find(\'ATG\')

end = len(dnaStrand)

totalLength = dnaStrand[start:end]

remove = tota

相关标签:
回答
  • 消灭零回复
提交回复
热议问题