maazali2301 / Python-Examples

Sharing simple real-life programming applications using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python

Sharing simple real-life programming applications using Python

  1. Pet_Shop.py uses the concepts of Classes, Dictionaries and File Handling (json, os.path) Additional File: inventory.txt

  2. Rock_Paper_Scissor.py uses the concepts of Conditionals, Functions with return statements (boolean in our case)

  3. Banking_System.py uses the concept of Inheritance in OOP by using the super() functionality to allow basic banking operations like withdraw, deposit and viewing details.

About

Sharing simple real-life programming applications using Python


Languages

Language:Python 100.0%