On 04/13/2015 07:30 AM, userque...@gmail.com wrote:
I am writing a function in python, where the function excludes a list of pawns
from the game. The condition for excluding the pawns is whether the pawn is
listed in the database DBPawnBoardChart. Here is my code:
def _bring_bigchart_pa
I am writing a function in python, where the function excludes a list of pawns
from the game. The condition for excluding the pawns is whether the pawn is
listed in the database DBPawnBoardChart. Here is my code:
def _bring_bigchart_pawns(self, removed_list=set(), playing_amount=0):