File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "cells" : [
3+ {
4+ "cell_type" : " markdown" ,
5+ "id" : " 744c2a85-14b8-4037-b2f1-d384fa996102" ,
6+ "metadata" : {},
7+ "source" : [
8+ " # Sets"
9+ ]
10+ },
11+ {
12+ "cell_type" : " markdown" ,
13+ "id" : " 0c9f857c-e4fe-4196-b950-93b94a5e8038" ,
14+ "metadata" : {},
15+ "source" : [
16+ " - Set for collections of unique values\n " ,
17+ " - Create, initialize, and refer to set elements\n " ,
18+ " - Use a Set with comparison operators\n " ,
19+ " - Combine sets with set operators and methods\n " ,
20+ " - in and not in operators for membership testing\n " ,
21+ " - Functional Programming - Set Comprehensions"
22+ ]
23+ },
24+ {
25+ "cell_type" : " code" ,
26+ "execution_count" : null ,
27+ "id" : " 9524d18d-e234-4b72-953c-18fd41ec64a9" ,
28+ "metadata" : {},
29+ "outputs" : [],
30+ "source" : []
31+ }
32+ ],
33+ "metadata" : {
34+ "kernelspec" : {
35+ "display_name" : " Python 3 (ipykernel)" ,
36+ "language" : " python" ,
37+ "name" : " python3"
38+ },
39+ "language_info" : {
40+ "codemirror_mode" : {
41+ "name" : " ipython" ,
42+ "version" : 3
43+ },
44+ "file_extension" : " .py" ,
45+ "mimetype" : " text/x-python" ,
46+ "name" : " python" ,
47+ "nbconvert_exporter" : " python" ,
48+ "pygments_lexer" : " ipython3" ,
49+ "version" : " 3.13.9"
50+ }
51+ },
52+ "nbformat" : 4 ,
53+ "nbformat_minor" : 5
54+ }
You can’t perform that action at this time.
0 commit comments