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
Copy file name to clipboardExpand all lines: part-4.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -402,7 +402,7 @@
402
402
"\n",
403
403
"Sets are unordered collections of distinct items. Lists can have duplicates of the same item, but sets only store one copy.\n",
404
404
"\n",
405
-
"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!"
405
+
"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 to show up in our roster twice. Let's use a set!"
0 commit comments