feat: new database due to new python script.

This commit is contained in:
damien DELPY 2024-11-27 20:31:07 +01:00
parent b4a716afbd
commit eba078017f
No known key found for this signature in database
2 changed files with 6441 additions and 4340 deletions

View File

@ -564,7 +564,7 @@ if __name__ == '__main__':
) )
generate_table(nbEtre, "etre", funcGen) generate_table(nbEtre, "etre", funcGen)
nbEtreComp : int = nbPieces - nbEtre nbEtreComp : int = nbPieces - random.randint(0, nbPieces)
funcGen = lambda : tablesDict["etre_complexe"]( funcGen = lambda : tablesDict["etre_complexe"](
give_used_key(idPieceDict), give_used_key(idPieceDict),
give_used_key(idPieceCompDict) give_used_key(idPieceCompDict)

File diff suppressed because it is too large Load Diff