Python Forum
Need help with pseuo -bank account using OOP
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with pseuo -bank account using OOP
#16
You want to return data[pin] from enter_pin, to get the account they logged into. Then you change your call to enter_pin on line 58 to account = enter_pin(). Now you've go the account they have logged into, and you don't need to check the pin. So you don't need line 60. For line 62 on, you don't use Bone.checkbalance() and Bone.withdraw(w1), you use account.checkbalance() and account.withdraw(w1). Then line 75 onward can just be deleted.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Need help with pseuo -bank account using OOP - by ichabod801 - Jul-23-2017, 01:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Different results of code with local account and technical account dreyz64 7 3,791 Mar-05-2020, 11:50 AM
Last Post: dreyz64

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020