We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e958442 commit 2fa7aecCopy full SHA for 2fa7aec
1 file changed
README.md
@@ -35,6 +35,16 @@ Feel free to make pull requests to add your own answers!
35
36
## 4. Loops
37
38
-- `detention.py`
39
-- `99_bottles.py`
40
-- `fizz_buzz.py`
+- [`enter_pin.py`](https://github.com/codedex-io/python-101/blob/main/4-loops/enter_pin.py)
+- [`guess_number.py](https://github.com/codedex-io/python-101/blob/main/4-loops/guess_number.py)
+- [`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
48
49
50
0 commit comments