I have these error messages for the hello world example.
Traceback (most recent call last):
File "/genetics-master/hello_world.py", line 42, in <module>
best, best_score, average_score = dna_stats(population)
File "/genetics-master/hello_world.py", line 32, in dna_stats
best_dna = max(population)
TypeError: unorderable types: WordDNA() > WordDNA()
I have these error messages for the hello world example.