How to print the characters in this output?

前端 未结 0 606
醉话见心
醉话见心 2020-12-01 18:51
    someSequence = \'atguuucccggggtataaggcaaaa\'
    d = dict()
    for idx in range(0, len(someSequence), 3):
        codon = someSequence[idx:idx+3].upper()
               


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