+ 1
Plz help
Is sth missing.. ???? It's supposed to return the intersection of the two sets I don't know what's wrong 😨☠️ A={"python", "c++" , "HTML"} B={"c#", "HTML" , "Java"} print (A & B)
2 Antworten
+ 2
In case you want to to know why, the quiz expects the common skills, not the set of common skills. In other words, HTML, not {"HTML"}. The quiz directions don't make that clear.
+ 4
print (*(A & B))