“Cómo restar 2 listas en Python” Código de respuesta

Cómo restar 2 listas en Python

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

Cómo restar 2 listas en Python

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

Respuestas similares a “Cómo restar 2 listas en Python”

Preguntas similares a “Cómo restar 2 listas en Python”

Más respuestas relacionadas con “Cómo restar 2 listas en Python” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código