Skip to content

Conversation

@mbnext
Copy link
Owner

@mbnext mbnext commented Mar 8, 2022

Классы находятся в файлах rna.py и dna.py

@mbnext mbnext requested a review from AleksandrSl March 8, 2022 16:01
return reverse_complement_sequence

def __iter__(self):
return self
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Можно делать return return iter(self.sequence)

Copy link
Collaborator

@AleksandrSl AleksandrSl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хорошо

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants