SyntaxError: invalid syntax while using “with open(' ') as out_file” in python 3

后端 未结 0 1428
傲寒
傲寒 2021-01-07 12:52

The following is the code:

 from Bio import SeqIO fasta_sequences =
 SeqIO.parse(open(\'myFile.fasta\',\'fasta\') with open(\'inputSeqs.fasta\')
 as out_file:         


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