Script | Cruise Ship Tycoon
class CruiseShip: def __init__(self, name, capacity): self.name = name self.capacity = capacity self.profit = 0
class CruiseShip: def __init__(self, name, capacity): self.name = name self.capacity = capacity self.profit = 0