Question
in PYTHON Username, surname, username, password and balance for a bank application A program that can open a customer account will be written. User number
in PYTHON
Username, surname, username, password and balance for a bank application A program that can open a customer account will be written. User number is different from each other Multiple users can be registered for the existing customer account. Customer login to the system It will take place with the user number and password. When the username or password is entered incorrectly three times the account will be blocked. When entered correctly, the password can be changed upon request. To the system If the user balance is over 10 TL when logged in and the other user in the same bank If the account is not blocked, transferring by entering the user account number and amount will be carried out. In addition, balance information query and exit options for the user will be added. Write this application using the Python programming language.
Note: The program functions can be used in the creation. Solving by adding a library other than that, The use of an object-oriented programming approach is prohibited. Two for keeping customer information dimensional arrays / lists should be used
Note: Explanation lines should be added for the codes you have written in each question.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started