Sololearn: Learn to Code
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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