Skip to content
Snippets Groups Projects
Commit 56078b1e authored by s2032074's avatar s2032074
Browse files

minor update

parent c5c41831
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -174,7 +174,7 @@ class Sequence:
#we can compare sequences only if they are of the same length
if len(user_seq) != len(self.sequence):
k = 0
#the loop comparing two sequences by comparing each pair of elements
for i in range(len(self.sequence)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment