100-days-of-code/projects/Day 17/README.md
2021-08-18 00:11:50 -04:00

10 lines
456 B
Markdown

---
custom_edit_url: https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2017/README.md
---
# Day 17 - Implementing Classes
- Learned the structure of creating a class with its attributes, methods, and how to initialize objects
- Created a trivia quiz game, with some neat questions from [opentdb](https://opentdb.com/).
![Day_17_Trivia](https://user-images.githubusercontent.com/30333942/128618891-34c051c8-b0fe-4982-8852-536a3a9bf311.gif)