python coding assignment. please includecomments.
You will write a program that simulates an Automatic TellerMachine (ATM). Each user will have access to only a checkingaccount. Design your interface to be similar to what you see onyour local ATM.
- The purpose of this assignment is to test your object-orienteddesign abilities.
- You will need write multiple Python classes to solve thisproblem.
- Remember, you will use the basic principles of constructingclasses as discussed in class. Figure outyournouns, verbs, and theproperties of your problem.
- Since debit card swiping is not possible here, instead ask theuser of your program for user ID and a PIN. The user ID will beused
OROR