python-101/7-classes-objects /37_bank_accounts.py
Closed this issue · 1 comments
copycode69 commented
PIN as a String: Ensured the PIN is stored as a string.
Deposit/Withdrawal Checks: Added validation to ensure that amounts are positive and that sufficient funds are available for withdrawals.
Return Messages: Updated the deposit and withdrawal methods to return informative messages.
sonnynomnom commented
Closing this! Let's keep it as simple as possible~