Kodomo

Пользователь

основной:

stops = ['TAA','TAG','TGA']

names = {} file = '/Users/svetlana/Downloads/E.coli.sequence.txt' with open(file, 'r') as fasta:

for key, val in names.items():

вспомогательный:

stops = {'TGA': 0,

  • 'TAA': 0, 'TAG': 0}

file = input() with open(file, 'r') as fasta:

with open('out.txt', 'w') as output:

Users/mikhael.popiv/pr13/code2 (последним исправлял пользователь mikhael.popiv 2023-12-20 09:39:30)