File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
6366Please note that these are what I would call "Python program segments" in that
6467they do not leverage a framework, like Poetry, for building Python applications.
You can’t perform that action at this time.
0 commit comments