Renamed files

This commit is contained in:
SimpleArt
2020-12-30 16:21:47 -05:00
parent 7dc9c17e74
commit 7c55bf431b
19 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ class Gene:
def __eq__(self, other_gene):
"""Comparing two genes by their value."""
return self.value == Gene(other_value).value
return self.value == Gene(other_gene).value
def __repr__(self):