Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 4

3 bytes added, 08:15, 9 September 2017
PART 2 - Sets
s2
s3
s2 - s3 # returns a set containing all values in s2 that are not found in s3
s2.difference(s3) # same as s2 - s3
</source>
13,420
edits