Question: Write a program that meets the following criteria: You work for a local bank. The bank is in the process of converting paper records to

Write a program that meets the following criteria: You work for a local bank. The bank is in the process of converting paper records to electronic. You are tasked with writing a prototype application that can record bank ehcount balances. A. Stores account information in a dictionary. AccountNumber as an int will be the key, and the AccountBalance of type float will be the value. B. Accepts an account number as input. 1. If an account number is not found in the dictionary, simply create a new entry in the accounts dictionary with the key and a balance of 0.0. C. Allows a deposit, withdrawal, or balance check to be performed. D. Upon completing this, it should prompt against for an account number as input. The data is stored in "memory". It is intended that every time this program is restarted, all balances will be wiped. Zip your program as "Python 1.5 Lab LastName.zip" and upload it to Canvas. For example "Python 1.5 Lab Smith.zip
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
