What is causing the invalid syntax error in my code?

后端 未结 0 1389
难免孤独
难免孤独 2020-12-10 13:56

This is my code:

revcomp = my_seq.reverse_complement()
print("{} is the reverse complement".format(revcomp))
except ValueError:
    print("An i         


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