set Function in Python February 15, 2022 #-- If you have items with name name than set will print only one times = set()# s.add(1)a =s.union({1,2,3,4,4,4})print(a) Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment