6 lines
76 B
Python
6 lines
76 B
Python
p1 = "pawn"
|
|
p2 = "bishop"
|
|
p3 = "knight"
|
|
p4 = "rook"
|
|
p5 = "queen"
|
|
p6 = "king" |