Python Forum
Sorting ID with first and last name Arrays
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sorting ID with first and last name Arrays
#9
if you convert your lists to sets, then you can use:
  • subset - returns true if list1 is a subset of list2
  • superset - list1 is superset of list2
  • intersection - returns new set containing just the shared items
    between lists
  • Union - merge lists without duplication
Reply


Messages In This Thread
RE: Sorting ID with first and last name Arrays - by Larz60+ - Apr-24-2017, 12:55 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020