Delete test.py
This commit is contained in:
parent
1db25c40fe
commit
c05957102d
1 changed files with 0 additions and 6 deletions
6
test.py
6
test.py
|
@ -1,6 +0,0 @@
|
|||
ShipType = 'sidewinder'
|
||||
ShipName = ''
|
||||
match ShipType:
|
||||
case 'sidewinder':
|
||||
ShipName = 'Sidewinder'
|
||||
print(ShipName)
|
Loading…
Add table
Reference in a new issue