You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return lambda value_if_allowed : value_if_allowed == "" or (value_if_allowed.isdigit() and int(value_if_allowed) < 502)
#return lambda value_if_allowed : value_if_allowed == "" or (value_if_allowed.isdigit() and value_if_allowed[0] != '0' and int(value_if_allowed) < 181 and self.game.getCurrentLeg().possibleScore(self.player, int(value_if_allowed)))