Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
This problem happened to me. The problem is that you are trying to print the set and the output you need is the item itself. I solved this by doing this code: out = job_skills & skills for i in out: print(i)
22nd Sep 2023, 10:58 AM
Omar Fahmy
Omar Fahmy - avatar