9 lines
141 B
Python
9 lines
141 B
Python
class Survivor_methods:
|
|
"""Survivor methods defintion here"""
|
|
|
|
def elitism():
|
|
pass
|
|
|
|
def remove_two_worst():
|
|
pass
|