You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Sets are unordered collections of distinct items. Lists can have duplicates of the same item, but sets only store one copy.\n",
420
409
"\n",
421
-
"Let's say we want to make a roster of people who have RSVPed to our birthday party. If someone RSVPs twice we don't want them show up in our roster twice. Let's use a set!"
410
+
"Let's say we want to make a roster of people who have RSVPed to our birthday party. If someone RSVPs twice, we don't want them showing up in our roster twice. Let's use a set!"
0 commit comments