Skip to content

Commit caab98b

Browse files
authored
Merge pull request codedex-io#87 from owljackob/fix/link-ch7-e38
fix: link (Ch. 7 Exercise 38)
2 parents 3e2336b + 94eb3dd commit caab98b

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
@@ -66,7 +66,8 @@ Welcome to The Legend of Python GitHub repo! We are super excited to have you. H
6666
- [`bobs_burgers.py`](https://github.com/codedex-io/python-101/blob/main/7-classes-objects/35_bobs_burgers.py)
6767
- [`favorite_cities.py`](https://github.com/codedex-io/python-101/blob/main/7-classes-objects/36_favorite_cities.py)
6868
- [`bank_accounts.py`](https://github.com/codedex-io/python-101/blob/main/7-classes-objects/37_bank_accounts.py)
69-
- [`pokedex.py`](https://github.com/codedex-io/python-101/blob/main/7-classes-objects/38_pokedex.py)
69+
- [`pokedex.py`](https://github.com/codedex-io/python-101/blob/main/7-classes-objects/38_pokedex_1.py) (solution 1)
70+
- [`pokedex.py`](https://github.com/codedex-io/python-101/blob/main/7-classes-objects/38_pokedex_2.py) (solution 2)
7071

7172
## <img src="https://raw.githubusercontent.com/codedex-io/python-101/main/assets/badge_modules.png" height="20"> Modules
7273

0 commit comments

Comments
 (0)