Added frontmatter to project READMEs

This commit is contained in:
rzmk 2021-08-18 00:11:50 -04:00
parent d07e3abc99
commit 2f4b46525b
6 changed files with 24 additions and 0 deletions

View file

@ -1,3 +1,7 @@
---
custom_edit_url: https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2016/README.md
---
# Day 16 - Learning OOP with Python
- OOP concepts were taught in the source main.py file, such as classes, attributes, and methods. The Turtle and prettytable packages were also used to explore these concepts, and I installed prettytable in a virtual environment for this.