0
I am stuck in Python Developer, Collection Types, Sets Practice
Two sets need to be intersected. One set is skills and the other is job_skills. My code reads: print(skills & job_skills) My Output is: {'HTML'} Whis is the correct output when working with sets. The Expected Output is: HTML How? So my code is flagged as buggy and I cannot continue. And I am running a 323 days streak, which will be broken.
2 odpowiedzi