Focuses on the design, development, implementation, and testing
of a Python program using Jupyter Notebook only to solve the
problem described below. You will write a program that simulates an
Automatic Teller Machine (ATM). For this program, your code can
have of user-defined functions only. However, the program must not
call on any external functions or modules to handle any of the
input, computational, and output requirements. Note, the program
can be completed without the use of user-defined functions.
Requirements:...