salut,

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
check = all(item in all_migratory for item in solutionforpriority)
           if check:
                print("yes the MT towoard target solution ", solutionforpriority, " has all item of allMT",
                      all_migratory)
pour solutionforpriority[4] et all_migratory:[9], [17], [4]
resultat:
yes the MT towoard target solution [4] has all item of allMT [[9], [17], [4]]
resultat erroné