add to gothib
This commit is contained in:
commit
523f45b46a
28 changed files with 419 additions and 0 deletions
10
chess.py
Normal file
10
chess.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
VALUES = {
|
||||
"queen": 9,
|
||||
"rook": 5,
|
||||
"bishop": 3,
|
||||
"knight": 3,
|
||||
"pawn": 1,
|
||||
"king": "priceless"
|
||||
}
|
||||
|
||||
print(VALUES[input("")])
|
Loading…
Add table
Add a link
Reference in a new issue