Domanda

Diff = [i - j for i,j in zip(text_features, author_signature)]

Diff è un elenco , text_features = [1, 2, 3], autore_signature = [3, 2, 1

enter image description here

enter image description here

Nessuna soluzione corretta

Autorizzato sotto: CC-BY-SA insieme a attribuzione
scroll top