You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f"Account name: {ostad.name}\nAccount Balance: {ostad.balance}\nDeposit Balance: {ostad.deposit(5000)}\nAfter deposit, Your Current Balance: {ostad.get_balance()}\nWithdraw Balance: {ostad.with_draw(1000)}\nAfter withdraw, Your Current Balance: {ostad.get_balance()}")