Skip to content

Commit 0096236

Browse files
authored
Merge pull request codedex-io#85 from owljackob/fix/link-ch3-e15
fix: link (Ch. 3 Exercise 15)
2 parents caab98b + f304d4b commit 0096236

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Welcome to The Legend of Python GitHub repo! We are super excited to have you. H
2929
- [`grades.py`](https://github.com/codedex-io/python-101/blob/main/3-control-flow/12_grades.py)
3030
- [`ph_levels.py`](https://github.com/codedex-io/python-101/blob/main/3-control-flow/13_ph_levels.py)
3131
- [`magic_8_ball.py`](https://github.com/codedex-io/python-101/blob/main/3-control-flow/14_magic_8_ball.py)
32-
- [`the_cyclone.py`](https://github.com/codedex-io/python-101/blob/main/3-control-flow/15_the_cyclone.py)
32+
- [`the_cyclone.py`](https://github.com/codedex-io/python-101/blob/main/3-control-flow/15_the_cyclone_1.py) (solution 1)
33+
- [`the_cyclone.py`](https://github.com/codedex-io/python-101/blob/main/3-control-flow/15_the_cyclone_2.py) (solution 2)
3334
- [`sorting_hat.py`](https://github.com/codedex-io/python-101/blob/main/3-control-flow/16_sorting_hat_1.py) (solution 1)
3435
- [`sorting_hat.py`](https://github.com/codedex-io/python-101/blob/main/3-control-flow/16_sorting_hat_2.py) (solution 2)
3536

0 commit comments

Comments
 (0)