Skip to content

Commit 2fa7aec

Browse files
authored
Update README.md
1 parent e958442 commit 2fa7aec

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ Feel free to make pull requests to add your own answers!
3535

3636
## 4. Loops
3737

38-
- `detention.py`
39-
- `99_bottles.py`
40-
- `fizz_buzz.py`
38+
- [`enter_pin.py`](https://github.com/codedex-io/python-101/blob/main/4-loops/enter_pin.py)
39+
- [`guess_number.py](https://github.com/codedex-io/python-101/blob/main/4-loops/guess_number.py)
40+
- [`detention.py`](https://github.com/codedex-io/python-101/blob/main/4-loops/detention.py)
41+
- [`99_bottles.py`](https://github.com/codedex-io/python-101/blob/main/4-loops/99_bottles.py)
42+
- [`fizz_buzz.py`](https://github.com/codedex-io/python-101/blob/main/4-loops/fizzbuzz.py)
43+
44+
## 5. Lists
45+
46+
- Coming Soon
47+
- Coming Soon
48+
- Coming Soon
49+
- Coming Soon
50+
- Coming Soon

0 commit comments

Comments
 (0)