Skip to content

Anujay-Saraf/fsdse-python-assignment-6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Programming Basics - Assignment

Problem Statement:

Create a program to manage Saving and Current account for user.

  1. Define class Account which will have class variable balance. Define classes Saving and Current which extended by class Account.
  2. Account number is required to open any account.
  3. As a user I should able to widraw / deposite amount.
  4. Minimum balance for Currunt account is 15000 and saving account is 1000.
  5. While widrawing from currunt account do not forget to apply 0.1 charges.
  6. Function should pass all test cases.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%