“Comment soustraire 2 listes dans Python” Réponses codées

Comment soustraire 2 listes dans Python

[item for item in x if item not in y]
Velvet Thunder

Comment soustraire 2 listes dans Python

myList1 = {12,9}
myList2= {3,7}
subtraction = myList1-myList2
print(subtraction)
Yellowed Yacare

Réponses similaires à “Comment soustraire 2 listes dans Python”

Questions similaires à “Comment soustraire 2 listes dans Python”

Plus de réponses similaires à “Comment soustraire 2 listes dans Python” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code