def __init__(self, location, name="default"): self.name = name self.location = location self.owner = random.randrange(10)