Skip to content

Instantly share code, notes, and snippets.

import random
from math import sqrt
are_there_neutrals = True
current_biggest = None
def get_growth(obj):
return obj.growth_rate()
def get_num_of_ships(obj):