@ -1,6 +0,0 @@
ShipType = 'sidewinder'
ShipName = ''
match ShipType:
case 'sidewinder':
ShipName = 'Sidewinder'
print(ShipName)