Fixed print tabbing

This commit is contained in:
SimpleArt
2020-10-22 19:07:43 -04:00
parent c84758f8c5
commit d01096c1ea

View File

@ -123,7 +123,7 @@ class GA(attributes):
def print_generation(self):
"""Prints the current generation"""
print(f"Current Generation: {self.current_generation}")
print(f"Current Generation \t: {self.current_generation}")
def print_population(self):