File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ Welcome to The Legend of Python GitHub repo! We are super excited to have you. H
29
29
- [ ` grades.py ` ] ( https://github.com/codedex-io/python-101/blob/main/3-control-flow/12_grades.py )
30
30
- [ ` ph_levels.py ` ] ( https://github.com/codedex-io/python-101/blob/main/3-control-flow/13_ph_levels.py )
31
31
- [ ` 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)
33
34
- [ ` sorting_hat.py ` ] ( https://github.com/codedex-io/python-101/blob/main/3-control-flow/16_sorting_hat_1.py ) (solution 1)
34
35
- [ ` sorting_hat.py ` ] ( https://github.com/codedex-io/python-101/blob/main/3-control-flow/16_sorting_hat_2.py ) (solution 2)
35
36
You can’t perform that action at this time.
0 commit comments