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: week_8/02-Set.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
-
Sets are used to store multiple items in a single variable.
1
+
## Python Data Types: List, Set, Tuple, and Dictionary
2
+
3
+
### 2. Set
2
4
5
+
Sets are used to store multiple items in a single variable.
3
6
A **set** is one of the 4 built-in data types in Python used to store collections of data. The other 3 are **List**, **Tuple**, and **Dictionary**, each with different qualities and usage.
0 commit comments