Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 307 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 307 Bytes

Python-demo

This repository demonstrates object-oriented programming (OOP) principles using Python. It includes examples of class inheritance, file handling, and data manipulation through custom functions. The project features User, Post, and Article classes with methods for storing data in JSON files.