Home python sets in python sets in python Author - persontechnical talkiess March 27, 2023 0 share s = set()# print(type(s))l = [1,2,3]s1 = set(l)print(s1)s.add(3)# s.remove(3)s.intersection(s1)print(s) Tags python Facebook Twitter Whatsapp Newer Older
Thanks you for commenting your questions. I will see question and respond you.