Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create a Bank Account object
Python Code Challenge
134 -
Create a class "Bank Account" with properties for account holder name, account number, and balance. Create methods for depositing and withdrawing money, and a method to check the balance.
Python
Object Oriented Programming