Value_of_Figure Returns the value of a chess figure in pawns unit.
value = Value_of_Figure(fig)
The value of a chess figure in pawn units is returned.
Inputs:
Outputs:
To find out the value of a bishop type:
value = Value_of_Figure('B')
value =
3