Skip to content

Commit 98cbbfa

Browse files
committed
Add references to three new programs for week twelve in README.
1 parent 4089c25 commit 98cbbfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ have already cloned this repository to your laptop.
5959
- Run the program that demonstrates a basic probably calculation in Python: `python probability-example.py`
6060
- Run the program that shows how to create a dictionary discrete structure: `python dictionary-example.py`
6161
- Run the program that shows some differences in the dictionary discrete structure: `python dictionary-differences.py`
62+
- Run the program that shows how to represent an object in Python using a list: `python dog-list.py`
63+
- Run the program that shows how to represent an object in Python using a dictionary: `python dog-dictionary.py`
64+
- Run the program that shows how to represent an object in Python using object-oriented programming : `python dog-object.py`
6265

6366
Please note that these are what I would call "Python program segments" in that
6467
they do not leverage a framework, like Poetry, for building Python applications.

0 commit comments

Comments
 (0)