Skip to content

Commit dcebc0a

Browse files
committed
session 1
1 parent 1c11d2c commit dcebc0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IntroToPython/inst/extdata/presRaw/Session1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ myset1.difference(myset2)
11001100
## Set vs List
11011101

11021102
* A list allows duplicate elements and maintains their order
1103-
* A set ensures element uniqueness without any guaranteed order
1103+
* A set ensures element uniqueness without any guaranteed order, good for membership testing
11041104

11051105
---
11061106
## Time for an exercise!

0 commit comments

Comments
 (0)