Skip to content

Commit 276d333

Browse files
Update 02-Set.md
1 parent b77058e commit 276d333

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

week_8/02-Set.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
24

5+
Sets are used to store multiple items in a single variable.
36
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.
47

58
A **set** is a collection that is:

0 commit comments

Comments
 (0)