ShipType = 'sidewinder' ShipName = '' match ShipType: case 'sidewinder': ShipName = 'Sidewinder' print(ShipName)