Skip to content

Commit 0567bf2

Browse files
add assert to py self-study 1
1 parent 3bdb463 commit 0567bf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

2__python_self_study_1/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Python for mastery in the workshop:
1717
- [ ] **Data Types**: `str`, `bool`, `int`, `float`, `isinstance()`
1818
- [ ] **Basic Operators**: `==`, `!==`, `>=`, `<=`, `<`, `>`, `and`, `or`,
1919
`not`, `+`, `-`
20+
- [ ] **Asserting**: `assert`
2021
- [ ] **String Manipulation**: indexed access, slicing, `.length`, `.replace()`,
2122
`.upper()`, `.lower()`, `.strip()`, `len()`, `in`
2223
- [ ] **Iteration**: `range()`

0 commit comments

Comments
 (0)