How do I add multiple string.counts into a list? I'm trying to print the numbers out using tuples

前端 未结 0 597
萌比男神i
萌比男神i 2020-12-01 08:41

dna_string = \'ATGCTTCAGAAAGGTCTTACG\'

length = len(dna_string) print("There are %d letters in this DNA string." % length)

print(\'Now here are the a

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