What I have the erroe: TypeError: string indices must be integers? How can I solve this if I want bt to be outside the function back_trans?

后端 未结 0 1866
余生分开走
余生分开走 2020-12-20 13:54

def main():

pep = \'MEGNCS\'
newseqs = []
bt= {\'I\': [\'ATA\', \'ATC\', \'ATT\'], \'M\': [\'ATG\'], \'T\': [\'ACA\', \'ACC\', \'ACG\', \'ACT\'], \'N\': [\'AA         


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