Question: In Python script, also add comments # to make the code a bit easier to understand. Problem 1 Read Three Numbers (12.5 points) Write a

In Python script, also add comments # to make the code a bit easier to understand. Problem 1 Read Three Numbers (12.5 points) Write a python program that reads three numbers and prints "all the same" if they are all the same, "all different if they are all different, and "neither" otherwise. Problem 2 Bank Transactions (12.5 points) Write a program to simulate a bank transaction. There are two bank accounts: checking and savings. First, ask the user for the initial balances of the bank accounts. Reject negative balances. Then ask for the transaction; options are deposit, withdrawal, and transfer. Then ask for the account, options are checking and savings. Then ask for the amount; reject transactions that overdraw an account. At the end print the balances of both accounts. Show the analysis, specifications and flowcharts of the two problems Use documentation by commenting your code Write your code in the script mode
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
